Bug #71876 | table cache advisor should give hints about limits | ||
---|---|---|---|
Submitted: | 28 Feb 2014 8:29 | Modified: | 11 Mar 2015 9:39 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Enterprise Monitor: Advisors/Rules | Severity: | S3 (Non-critical) |
Version: | 3.0.6, 3.0.15 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | table_open_cache |
[28 Feb 2014 8:29]
Daniël van Eeden
[3 Mar 2014 8:30]
MySQL Verification Team
Hello Daniel, Thank you for the bug report. Thanks, Umesh
[11 Mar 2015 9:39]
Daniël van Eeden
This query can be used to calculate the maximum table_open_cache size as modeled after adjust_table_cache_size() from mysqld.cc https://github.com/mysql/mysql-server/blob/5.6/sql/mysqld.cc#L6926 select round((@@open_files_limit - 10 - @@max_connections) / 2) as max_table_open_cache;
[11 Mar 2015 9:39]
Daniël van Eeden
Updated versions