v.25.10New Feature
Adds a way to provide WORKLOAD and
Adds a way to provideWORKLOADandRESOURCEdefinitions in SQL using the server configuration "resources_and_workloads" section. #87430 (Sergei Trifonov).
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 modifyWORKLOAD 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.