morrySnow commented on code in PR #25767:
URL: https://github.com/apache/doris/pull/25767#discussion_r1373988955


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1766,7 +1766,7 @@ public class Config extends ConfigBase {
      * Used to determined how many statistics collection SQL could run 
simultaneously.
      */
     @ConfField
-    public static int statistics_simultaneously_running_task_num = 5;
+    public static int statistics_simultaneously_running_task_num = 3;

Review Comment:
   we should move all statistics paramters from config into global variables to 
avoid restart fe.



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