Kikyou1997 commented on code in PR #13883: URL: https://github.com/apache/doris/pull/13883#discussion_r1018047032
########## 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; Review Comment: As the documention mentioned, tablet size is better between 1G-10G, I think this value is a proper number for it -- 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