Details
-
Task
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Include two new columns to QUERY_RESPONSE_TIME:
query_cache_count => number of queries returned from query cache
query_cache_total => query cache response time
the non query cache queries could be found as:
SELECT
time,
count,
total,
query_cache_count,
query_cache_total,
(count-query_cache_count) AS non_query_cache_count,
(total-query_cache_total) AS non_query_cache_total
FROM QUERY_RESPONSE_TIME
Attachments
Issue Links
- relates to
-
MDEV-4568 Port Percona response time distribution as audit plugin
- Closed