Kikyou1997 commented on code in PR #23978: URL: https://github.com/apache/doris/pull/23978#discussion_r1320540700
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2157,4 +2159,17 @@ public class Config extends ConfigBase { "是否禁止LocalDeployManager删除节点", "Whether to disable LocalDeployManager drop node"}) public static boolean disable_local_deploy_manager_drop_node = true; + + @ConfField + public static long huge_table_auto_analyze_interval_in_millis = TimeUnit.HOURS.toMillis(12); + + @ConfField + public static long huge_table_lower_bound_size_in_bytes = 5L * 1024 * 1024 * 1024; Review Comment: Yes, but I think we still should provide a way to make sure DBA could interfere with its behavior when necessary -- 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