ClickHouse now uses a background thread pool for flushing background buffers.
Why it matters
This feature improves the performance and efficiency of background buffer flush operations by utilizing a dedicated thread pool, reducing contention and better managing system resources during these tasks.How to use it
The background buffer flushes are automatically managed by the new background thread pool implementation. Users do not need to enable it explicitly; it is part of the internal system optimizations.