Bug #70135 Allow vision use of multiple key caches
Submitted: 23 Aug 2013 10:51 Modified: 19 Nov 2015 16:54
Reporter: Abhijit Buchake Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Performance Schema Severity:S4 (Feature request)
Version:5.x OS:Any
Assigned to: CPU Architecture:Any
Tags: multiple key cache

[23 Aug 2013 10:51] Abhijit Buchake
Description:
Please allow some variable/view to check how much of the multiple key cache is being used. e.g., If we have defined a keycache1 for 1 GB, we need to know if it is full or very less used.

Also, please make available a list of multiple key caches initialized along with list of tables using them. e.g.,

-----------------------
Table Name    Key Cache
-----------------------
products      keycache1
orders        keycache1
payments      keycache2
sessions      keycache3

How to repeat:
NA

Suggested fix:
NA
[19 Nov 2015 16:54] Georgi Kodinov
thank you for the reasonable feature request to monitor the key cache usage.