MySQL Forums
Forum List  »  Performance

Re: healthy ratio of Qcache_hits to Qcache_inserts?
Posted by: Jay Pipes
Date: November 17, 2005 10:37AM

It's low. Remember that if you're caching queries which return results that are often changing, that INSERTs and UPDATEs to the cached result set tables will force the query cache to invalidate the result block, therefore forcing a new insert into the cache.

Do the queries you are caching contain lots of variable data which changes frequently? For instance, are you caching a "most popular top 10" list or something like that which changes frequently?

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: healthy ratio of Qcache_hits to Qcache_inserts?
3306
November 17, 2005 10:37AM


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.