MySQL Forums
Forum List  »  Performance

Re: healthy ratio of Qcache_hits to Qcache_inserts?
Posted by: KimSeong Loh
Date: November 17, 2005 07:22PM

Jeff,

Qcache_queries_in_cache | 54 |
Qcache_inserts | 21450 |
Qcache_lowmem_prunes | 0 |

Your Query cache only has 54 entries with over 20,000 entries inserted. So, many of them has to be invalidated probably when the tables got updated.
Since no entry is removed due to insufficient space in Query cache.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: healthy ratio of Qcache_hits to Qcache_inserts?
2601
November 17, 2005 07:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.