xxiao2018 commented on code in PR #23978: URL: https://github.com/apache/doris/pull/23978#discussion_r1319474227
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1510,7 +1512,7 @@ public class Config extends ConfigBase { * the system automatically checks the time interval for statistics */ @ConfField(mutable = true, masterOnly = true) Review Comment: Add `description` field ########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1510,7 +1512,7 @@ public class Config extends ConfigBase { * the system automatically checks the time interval for statistics */ @ConfField(mutable = true, masterOnly = true) Review Comment: Same for other config ########## 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: I think user may not know how to set this config. -- 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