v.25.10New Feature

Adds a way to provide WORKLOAD and

Adds a way to provide WORKLOAD and RESOURCE definitions in SQL using the server configuration "resources_and_workloads" section. #87430 (Sergei Trifonov).
Adds the ability to define WORKLOAD and RESOURCE configurations directly in SQL using the server's resources_and_workloads configuration section.

Why it matters

This feature enables users to manage workload and resource definitions within the SQL layer, simplifying resource management and allowing for more flexible and centralized control of resource allocation and workload priorities in ClickHouse.

How to use it

Users can define or modify WORKLOAD and RESOURCE settings by updating the resources_and_workloads section in the server configuration files. These definitions can then be referenced or managed via SQL statements, integrating resource control directly into SQL workflows.