morrySnow commented on code in PR #23978: URL: https://github.com/apache/doris/pull/23978#discussion_r1321286538
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2165,4 +2171,17 @@ public class Config extends ConfigBase { + "The larger the value, the more uniform the distribution of the hash algorithm, " + "but it will increase the memory overhead."}) public static int virtual_node_number = 2048; + + @ConfField(description = {"控制对大表的自动ANALYZE的最小时间间隔", + "Control the minimum time interval for automatic ANALYZE on large tables"}) + public static long huge_table_auto_analyze_interval_in_millis = TimeUnit.HOURS.toMillis(12); + + @ConfField(description = {"定义大表的大小下届", "Define the size of the large table"}) Review Comment: ```suggestion @ConfField(description = {"定义大表的大小下界", "Define the size of the large table"}) ``` btw, this desc is not clear, when i saw it, i do not know it use for stats collection and what't the huge table means ########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2165,4 +2171,17 @@ public class Config extends ConfigBase { + "The larger the value, the more uniform the distribution of the hash algorithm, " + "but it will increase the memory overhead."}) public static int virtual_node_number = 2048; + + @ConfField(description = {"控制对大表的自动ANALYZE的最小时间间隔", + "Control the minimum time interval for automatic ANALYZE on large tables"}) + public static long huge_table_auto_analyze_interval_in_millis = TimeUnit.HOURS.toMillis(12); + + @ConfField(description = {"定义大表的大小下届", "Define the size of the large table"}) Review Comment: ```suggestion @ConfField(description = {"定义大表的大小下界", "Define the size of the large table"}) ``` btw, this desc is not clear, when i saw it, i do not know it use for stats collection and what't the huge table means -- 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