tencent cloud

TDSQL Boundless

table_definition_cache

PDF
Focus Mode
Font Size
Last updated: 2026-03-27 17:54:08

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.
Note:
It is recommended to substitute table_open_cache for the table_definition_cache parameter.

Attribute Description

Required
Description
Parameter Type
ULONG
Default Value
4294967295
Value Range
400 ~ 4294967295
Effective Scope
GLOBAL
Restart Required
No

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback