Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Usage specification recommendations
table_open_cache is used to set the number of open cached table objects. When a table is opened, the system stores its structural information in the table cache for reuse in subsequent queries. The value of the table_open_cache parameter indicates the maximum number of tables that can be opened simultaneously. When this limit is reached, the system closes the LRU table based on the LRU algorithm to free up space for new tables.table_open_cache parameter, you need to consider the following factors:table_open_cache parameter may occupy more memory. Ensure that the server has sufficient memory to accommodate a larger table cache.table_open_cache parameter based on the number and frequency of use of tables in the database. If many tables are in the database and are frequently accessed, the value of the table_open_cache parameter can be increased appropriately.table_open_cache parameter needs to be adjusted. If a performance bottleneck is identified, you can try to adjust the parameter to optimize performance.Required | Description |
Parameter Type | ULONG |
Default Value | 4294967295 |
Value Range | 1 ~ 4294967295 |
Effective Scope | GLOBAL |
Restart Required | No |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan