major/MySQLTuner-perl

Recommendation on table_open_cache_instances

Aperta

#480 aperta il 4 feb 2020

 (2 commenti) (2 reazioni) (1 assegnatario)Perl (1286 fork)batch import
Help Wantedenhancement

Metriche repository

Star
 (9476 stelle)
Metriche merge PR
 (Merge medio 3g 20h) (9 PR mergiate in 30 g)

Descrizione

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.

Guida contributor