major/MySQLTuner-perl

Recommendation on table_open_cache_instances

Open

#480 建立於 2020年2月4日

在 GitHub 查看
 (1 留言) (2 反應) (1 負責人)Perl (9,452 star) (1,293 fork)batch import
Help Wantedenhancement

描述

table_open_cache could be a source of contention as default value is 1 in mysql version prior to 7.

The recommended value is 0.5 per CPU to split work load across CPU and reduce locking issue on the table cache partition. Using a big value doesn't reduce performance. Mysql 7 have a default value at 16.

貢獻者指南