Information Schema QUERY_CACHE_INFO Table
The Information Schema QUERY_CACHE_INFO table shows all queries currently stored in the query cache, aiding in cache performance analysis.
The QUERY_CACHE_INFO table is created by the plugin, and allows you to see the contents of the . It creates a table in the database that shows all queries that are in the cache. You must have the PROCESS privilege (see ) to use this table.
It contains the following columns:
For example:
This page is licensed: CC BY-SA / Gnu FDL