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? Link to comment https://forums.phpfreaks.com/topic/98121-query-cache-question/ 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. Link to comment https://forums.phpfreaks.com/topic/98121-query-cache-question/#findComment-502023 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. Link to comment https://forums.phpfreaks.com/topic/98121-query-cache-question/#findComment-503233 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.