![]() |
||
| Home| Download |Features |WebTuna Analytics |Knowledge Base |Buy | ||
MySQL Query Cache PerformanceThe MySQL Query Cache is a powerful feature which when used correctly can give big performance gains on your MySQL instance. The Query Cache works by storing in memory the SQL query (or Stored Procedure) along with the retrieved results. Whilst in cache, if the SQL query is called again, MySQL does not have to rerun it, it can quickly retrieve the results from the cache and send these back. Of course if there has been an insert, update or delete on a table which is referenced by the cached query then the statement will be forced to rerun. Whilst the Query Cache is great for applications with a high number of reads versus writes, there are also a couple of reasons which will make your queries un-cacheable.
N.B. The maximum size (in MB) of the Query Cache is set in the database variable
To monitor all aspects of MySQL performance, why not download a copy of DBTuna today? Click here to download the MySQL Monitor |
||
|
Copyright ©2010 DBTuna. All rights reserved. |
||