v.25.4New Feature

Add CPU slot scheduling for workloads, see

Added CPU slot scheduling for workloads, see the docs for details. #77595 (Sergei Trifonov).
Added CPU slot scheduling for workload management in ClickHouse.

Why it matters

This feature introduces CPU slot scheduling to improve how workloads are managed and scheduled on CPU resources. It helps prevent CPU resource contention and enables better prioritization and fairness for query execution, enhancing overall system performance and stability under heavy load.

How to use it

Users can enable CPU slot scheduling by configuring workload scheduling settings in ClickHouse. Detailed configuration and usage instructions are available in the official documentation under workload scheduling with the CPU scheduling section.