major/MySQLTuner-perl

Recommendation on table_open_cache_instances

Aberta

#480 aberto em 4 de fev. de 2020

 (2 comentários) (2 reações) (1 responsável)Perl (1.286 forks)batch import
Help Wantedenhancement

Métricas do repositório

Stars
 (9.476 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 20h) (9 fundiu PRs em 30d)

Description

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.

Guia do colaborador