phpknight Posted March 27, 2008 Share Posted March 27, 2008 Hi, Is there something you can run with PHP or mySQL to check whether a certain query is in the query cache or not? Quote Link to comment Share on other sites More sharing options...
aschk Posted March 27, 2008 Share Posted March 27, 2008 I know that MySQL does query caching (based on result set size + mysql params), however I'm not sure you can check to see if the query you just performed (or are about to perform) is cached. Quote Link to comment Share on other sites More sharing options...
mwasif Posted March 28, 2008 Share Posted March 28, 2008 MySQL cache does not provide such option but you can check memcached for that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.