luwei16 commented on code in PR #65859:
URL: https://github.com/apache/doris/pull/65859#discussion_r3684616369


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3021,6 +3021,16 @@ public class Config extends ConfigBase {
             varType = VariableAnnotation.EXPERIMENTAL)
     public static int table_stream_partition_offset_cleanup_interval_second = 
3600;
 
+    @ConfField(mutable = true, masterOnly = true, description = {
+            "Maximum number of Cloud Table Stream partitions consumed by one 
INSERT statement."},
+            varType = VariableAnnotation.EXPERIMENTAL)
+    public static int cloud_table_stream_max_partitions_per_insert = 10000;

Review Comment:
   Why is this configuration set to 10,000?



-- 
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]

Reply via email to