wangbo opened a new pull request, #33483: URL: https://github.com/apache/doris/pull/33483
## Proposed changes I think the similar workload should be within the same workload group, so a workload group may has many workload policy, but a workload policy should be only binded in one workload group. I add a ```workload_group_id``` property for workload schedule, then a policy with a valid workload group id can only match the workload in its group. The default value of ```workload_group_id``` is -1 ,it means all queries in the cluster may limited by the policy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org