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/07/20 09:07:46 UTC

[GitHub] [incubator-doris] chaoyli opened a new issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

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


   1. Doris is lack of get QueryPlan by QueryID, so I add it.     
   2. Insert is not be taken into consideration when been profiled. So we lack of profile for insert query.


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


[GitHub] [incubator-doris] francisoliverlee commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #4120:
URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-662785764


   @chaoyli can you have tools to analysis QueryPlan to find why SLOW-QUERY?


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


[GitHub] [incubator-doris] chaoyli commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #4120:
URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-662790290


   > @chaoyli can you have tools to analysis QueryPlan to find why SLOW-QUERY?
   
   QueryPlan is before query execution. Slow Query can be defined after execution.
   If you want to slow query, it's better to collect the query log.


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


[GitHub] [incubator-doris] francisoliverlee commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #4120:
URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-665110731


   nice!


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


[GitHub] [incubator-doris] chaoyli commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #4120:
URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-664822816


   @francisoliverlee This PR's purpose is to following analysis.


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


[GitHub] [incubator-doris] francisoliverlee commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #4120:
URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-663100986


   @chaoyli i have checked the query log, query profile is so long that can not be read easily. tool analysis is better. 


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