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 2021/12/26 10:49:02 UTC

[GitHub] [incubator-doris] caiconghui edited a comment on pull request #7487: [optimize](show) Support show statement info when execute show proc '/current_queries' statement

caiconghui edited a comment on pull request #7487:
URL: https://github.com/apache/incubator-doris/pull/7487#issuecomment-1001152649


   > I am afraid that this could make the result of `show proc "/current_queries"` mess-up. Because the SQL string may be very long or poor formatting.
   > 
   > Why not using `show proc "/current_queries/query_id"` to see the SQL stmt?
   
   In fact, in most cases, we want to see which users are executing which statements through show proc'/current_queries'. In order to quickly troubleshoot some problems, it is not convenient to search statement indirectly through query id. We need to find out all query id first. Then when you look for stamtement, it may not be there. Of course, the problem you mentioned exists.


-- 
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-unsubscribe@doris.apache.org

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