Run the following queries to check if most recent MySQL query uses cache or not.
-- Query 1 SHOW VARIABLES LIKE 'have_query_cache'; -- The Output Value should be Yes, if it uses cache. -- Query 2 SHOW VARIABLES LIKE 'query_cache_size'; -- -- The Output Value should be integer value, if it uses cache.
Refer Link 1 and Link 2 for more detail.
Hope the help!
No comments:
Post a Comment
Please post any queries and comments here.