BufferPool::CacheConfig Struct Reference

Public Attributes

Configures the buffer pool's caching behavior. More...

size_t  frames_max

Maximum number of frames to keep in the buffer pool's cache.

size_t  bytes_max

Maximum size of the buffer pool cache in bytes, or 0 to not limit by size.

Detailed Description

Configures the buffer pool's caching behavior.