May 25, 2012

Post: Why you should ignore MySQL's key cache hit ratio

…manual: The cache miss rate can be calculated as Key_…hit ratio the user desires by running silly queries that do nothing but cause buffer hits, skewing the result towards “this ratio…haven’t shown you how to choose an appropriate …cache hit ratio.” This is a shame. When you are new to MySQL, trying to

Post: MySQL Query Cache

hits/(Com_select+Qcache_hits). As you can see we have to add Qcache_hits to Com_select to get total number of queries as if query cache hit

Post: SHOW INNODB STATUS walk through

how to use this info to improve MySQL Performance. Tocalculatedhit ratio which measures buffer pool efficiency. 1000/1000 corresponds to 100% hit rate. It is hard to tell what buffer pool hithit rate of 995/1000. ————– ROW OPERATIONS ————– 0 queries inside InnoDB, 0 queries