You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/12/22 10:01:29 UTC

[GitHub] [incubator-doris] e0c9 opened a new issue #5118: [Feature] Support custom timethreshold and array_size for query profile

e0c9 opened a new issue #5118:
URL: https://github.com/apache/incubator-doris/issues/5118


   When is_report_success is enabled, there are too many results displayed, and sometimes we only need to care about the longer query.
   
   
   We can filter queries that don't need to care about by setting timethreshold.
   
   such as:
   ```
   set global is_report_success=true;
   set global report_query_time_threshold=100;
   set global report_query_array_size=100;
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org