fix: refs #8762 Fix table cache hitrate

This commit is contained in:
Juan Ferrer 2025-03-12 17:35:47 +00:00
parent 92ba2b9238
commit eaddc25c38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ interactive_timeout = 1800
wait_timeout = 1800
open_files_limit = 20000
low_priority_updates = 1
table_open_cache = 40000
table_open_cache = 50000
table_definition_cache = 10000
table_open_cache_instances = 1
key_buffer_size = 256K