Information Schema QUERY_RESPONSE_TIME Table
The Information Schema QUERY_RESPONSE_TIME table displays the distribution of query execution times, helping to identify performance bottlenecks.
The Information Schema QUERY_RESPONSE_TIME table contains information about queries that take a long time to execute . It is only available if the QUERY_RESPONSE_TIME plugin has been installed.
It contains the following columns:
See plugin for a full description.
The table is not a standard Information Schema table, and is a MariaDB extension.
is available as an alternative for retrieving the data.
This page is licensed: CC BY-SA / Gnu FDL