I am wondering if this is an issue, like if its a good or bad thing. Is having the query cache hit rate hitting 100% often bad?
http://gameboxtools.com/uploads/imagehost/20120928064614983.png
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a good thing to have a high hit rate on the query cache. It means that subsequent calls to the same query are being answered directly from the cache and thus are faster. See here.