mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-10296 - Multi-instance table cache
Table cache instances autosizing.
This commit is contained in:
@@ -1092,7 +1092,7 @@ The following options may be given as the first argument:
|
||||
--table-open-cache=#
|
||||
The number of cached open tables
|
||||
--table-open-cache-instances=#
|
||||
The number of table cache instances
|
||||
Maximum number of table cache instances
|
||||
--tc-heuristic-recover=name
|
||||
Decision to use in heuristic recover process. One of: OFF,
|
||||
COMMIT, ROLLBACK
|
||||
@@ -1459,7 +1459,7 @@ sysdate-is-now FALSE
|
||||
table-cache 431
|
||||
table-definition-cache 400
|
||||
table-open-cache 431
|
||||
table-open-cache-instances 1
|
||||
table-open-cache-instances 8
|
||||
tc-heuristic-recover OFF
|
||||
thread-cache-size 151
|
||||
thread-pool-idle-timeout 60
|
||||
|
||||
Reference in New Issue
Block a user