kaijchen commented on code in PR #32958: URL: https://github.com/apache/doris/pull/32958#discussion_r1590956811
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -636,6 +636,12 @@ public class Config extends ConfigBase { varType = VariableAnnotation.EXPERIMENTAL) public static boolean enable_single_replica_load = false; + @ConfField(mutable = true, masterOnly = true, description = { + "对于 DUPLICATE KEY 表启用 shuffle 的最小 tablet 数量", + "Minimum tablet num for enable shuffle on DUPLICATE KEY tables"}, Review Comment: ```suggestion "对于 tablet 数量小于该数目的 DUPLICATE KEY 表,将不会启用 shuffle", "Shuffle won't be enabled for DUPLICATE KEY tables if its tablet num is lower than this number"}, ``` -- 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