major/MySQLTuner-perl

Recommendation on table_open_cache_instances

オープン

#480 opened on 2020/02/04

 (2 件のコメント) (2 件のリアクション) (1 人の担当者)Perl (1,286 件のフォーク)batch import
Help Wantedenhancement

Repository metrics

Stars
 (9,476 個のスター)
PR merge metrics
 (平均マージ 3d 20h) (30d で 9 merged PRs)

説明

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.

コントリビューターガイド