Introduces separate configuration options to set the sizes of the Mark cache and Uncompressed cache specifically for skip indices, independent from the cache sizes used for columns.
Why it matters
This feature allows for finer control over cache memory allocation by enabling users to configure cache sizes dedicated to skip indices separately from column caches. This helps optimize performance and resource utilization, especially in workloads where skip indices have different caching needs than columns.How to use it
Users can set the sizes of the Mark cache and Uncompressed cache for skip indices by using the new configuration parameters introduced in the server settings, without affecting the cache sizes used for columns.