← Back to team overview

percona-discussion team mailing list archive

[Bug 376492] [NEW] Add Qcache_purged status variable

 

Public bug reported:

Add a variable (global + session) to count the number of queries purged
from the cache after a data modification.

With the stock MySQL build, you can sort of calculate this by
subtracting other variables from each other.  But you can't see it per-
query or per-session.

Then, this information should go into the slow query log, so we can see
which queries result in a lot of cache turnover.

** Affects: percona-patches
     Importance: Undecided
         Status: New

-- 
Add Qcache_purged status variable
https://bugs.launchpad.net/bugs/376492
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: New

Bug description:
Add a variable (global + session) to count the number of queries purged from the cache after a data modification.

With the stock MySQL build, you can sort of calculate this by subtracting other variables from each other.  But you can't see it per-query or per-session.

Then, this information should go into the slow query log, so we can see which queries result in a lot of cache turnover.



Follow ups

References