v.24.3Improvement

Less Contention in Dynamic Filesystem Cache Resize

Less contention during dynamic resize of the filesystem cache. #61524 (Kseniia Sumarokova).
Improved concurrency by reducing contention during dynamic resizing of the filesystem cache in ClickHouse.

Why it matters

This feature addresses performance bottlenecks caused by high contention when the filesystem cache is dynamically resized. It enhances system throughput and stability by allowing more efficient cache management under concurrent workloads.

How to use it

Users benefit from this improvement automatically after upgrading to the version containing this fix. No additional configuration or manual intervention is required to enable the optimized dynamic resizing behavior.