Kikyou1997 commented on code in PR #13883: URL: https://github.com/apache/doris/pull/13883#discussion_r1018045570
########## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1829,4 +1829,44 @@ public class Config extends ConfigBase { */ @ConfField(mutable = true, masterOnly = true) public static long max_backend_heartbeat_failure_tolerance_count = 1; + @ConfField(mutable = false) + public static int statistic_table_bucket_count = 7; + + @ConfField + public static long statistics_max_mem_per_query_in_bytes = 2L * 1024 * 1024 * 1024; + + @ConfField + public static int statistic_parallel_exec_instance_num = 1; + + @ConfField + public static int statistics_simultaneously_running_job_num = 10; + + @ConfField + public static int statistic_internal_table_replica_num = 1; + + @ConfField + public static int statistic_clean_interval_in_hours = 24 * 2; Review Comment: sinces min ms with another suffix `s` looks wired -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org