Merge pull request 'fix: refs #8762 Fix table cache hitrate' (!76) from 8762-fixTableCacheHitrate into main

Reviewed-on: #76
Reviewed-by: Xavi Lleó <xavi@verdnatura.es>
This commit is contained in:
Xavi Lleó 2025-03-13 08:36:11 +00:00
commit b897482076
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