You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst a little late, this now breaks the math if Table_open_cache_hits or Table_open_cache_misses isn't present in the hash. The items the math depends upon are no longer having their existence tested.
Based on https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl#L2706 the table cache hit rate is currently calculated as ratio of Open_tables and Opened_Tables, hence the currently opened non-temporary tables and the overall opened tables. But this does not represent that cache hit rate where the
table_open_cache
recommended should be based on, does it?There are two stats for table cache hits and misses which seem to be the correct ones here:
=>
The text was updated successfully, but these errors were encountered: