MySQL :: MySQL 8.4 Reference Manual :: 16.4 Dictionary Object Cache (original) (raw)

The dictionary object cache is a shared global cache that stores previously accessed data dictionary objects in memory to enable object reuse and minimize disk I/O. Similar to other cache mechanisms used by MySQL, the dictionary object cache uses anLRU-based eviction strategy to evict least recently used objects from memory.

The dictionary object cache comprises cache partitions that store different object types. Some cache partition size limits are configurable, whereas others are hardcoded.

For information about valid values for dictionary object cache configuration options, refer toSection 7.1.8, “Server System Variables”.