MySQL Forums
Forum List  »  MyISAM

Re: Does myisampack affect the query cache?
Posted by: Rick James
Date: September 06, 2010 09:35PM

Some wild guesses...

* What is the name of the table?

* How big is the resultset that it decides not to cache? Does it refuse to cache even a tiny resultset, such as SELECT COUNT(*) WHERE ..., with the where clause forces a table scan.

* Are there comments in the SELECT?
http://bugs.mysql.com/bug.php?id=55016

* Don't know what I might find here:
SHOW VARIABLES LIKE 'query_%';
SHOW GLOBAL STATUS LIKE 'Qc_%';

Options: ReplyQuote


Subject
Views
Written By
Posted
3937
September 05, 2010 12:41AM
Re: Does myisampack affect the query cache?
2112
September 06, 2010 09:35PM


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.