tencent cloud

table_definition_cache
Last updated: 2025-07-22 16:41:47
table_definition_cache
Last updated: 2025-07-22 16:41:47

Feature Description

table_definition_cache is used to set the number of cached table definition objects. The table definition cache stores metadata (such as column names and data types) of the tables in the database so that this information can be quickly accessed during query execution. When this limit is reached, the system disables the least recently used table definitions based on the least recently used (LRU) algorithm to free up space for new table definitions.
Notes:
It is recommended to substitute table_open_cache for the table_definition_cache parameter.

Attribute Description

Attribute
Description
Parameter Type
Integer
Default Value
400
Value Range
400-524288
Applicable Scope
GLOBAL
Modifiable or not
Yes
Restart Required or Not
No
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback