| Previous · Next | |
| User | Message |
|
mdawg
|
Date: 8/12/2005 2:51 pm · Subject: mysql query caching · Rating: 35
For those of you using mysql 4.0 or later, you can enable query caching which seems to have improved webgui performance at this installation...
matthew |
| Back to Top |
Rate [ | ]
|
|
mdawg
|
Date: 8/12/2005 2:51 pm · Subject: mysql query caching · Rating: 8
For those of you using mysql 4.0 or later, you can enable query caching which seems to have improved webgui performance at this installation...
matthew |
| Back to Top |
Rate [ | ]
|
|
pvanthony
|
Date: 8/12/2005 2:51 pm · Subject: Re: mysql query caching · Rating: 0
Hi,
Thank you for the tip. Please do us know how you activate query caching. I am using MySQL 4.1. P.V.Anthony |
| Back to Top |
Rate [ | ]
|
|
mdawg
|
Date: 8/12/2005 2:51 pm · Subject: Re: mysql query caching · Rating: 8
see http://dev.mysql.com/doc/mysql/en/Query_Cache_Configuration.html
It's a setting in the my.cnf (my.ini in Windows). By default, query_cache_size = 0 Change it to 1048576 for a typical server. Also set query_cache_type = 1 |
| Back to Top |
Rate [ | ]
|
|
pvanthony
|
Date: 8/12/2005 2:51 pm · Subject: Re: mysql query caching · Rating: 2
Hi,Thank you very much. P.V.Anthony |
| Back to Top |
Rate [ | ]
|