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
"对于 DUPLICATE KEY 表启用 shuffle 的最小 tablet 数量。对 tablet 数量较少的表不建议启用
shuffle",
"Minimum tablet num for enable shuffle on DUPLICATE KEY tables.
It's NOT recommended to enable shuffle for tables with few tablets."},
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]