linrrzqqq opened a new pull request, #66904:
URL: https://github.com/apache/doris/pull/66904

   ### Release note
   
   In cloud mode, enabling query profiles globally may introduce unnecessary 
overhead when only specific compute groups need profiling.
   
   This PR adds compute-group-level profile filtering and fixes the profile 
decision lifecycle when a statement uses `SET_VAR(compute_group=...)`.
   
   Add the session variable `enable_profile_compute_groups`, supports multiple 
compute groups separated by commas.
   ```sql
   SET enable_profile_compute_groups='cg_a, cg_b'
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to