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/08/23 03:57:28 UTC

[GitHub] [incubator-doris] ccoffline commented on issue #6477: [Performance] show proc statistic takes too long

ccoffline commented on issue #6477:
URL: https://github.com/apache/incubator-doris/issues/6477#issuecomment-903421823


   > which doris version do you use? and how much replicas total in cluster? how long dose it task for show proc one time?
   
   * Rebase on 0.13.11 and have the same impl at `StatisticProcDir.java`
   * We have many large scale clusters, many of which cost at least 5-10s querying `/statistic`. The biggest cluster has 45,000,000 replicas.
   * This proc is currently calculating twice on all the replicas per query because of the bad interface design. It has to calculate once when fetch the meta, and calculate again. Besides, this proc status doesn't need to refresh every time, maybe cache in a minute.


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