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


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2932,6 +2932,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;
+
+    @ConfField(mutable = true, masterOnly = true,
+            description = "Number of initial Cloud Table Stream partition 
offsets sent in one MetaService request.",
+            varType = VariableAnnotation.EXPERIMENTAL)
+    public static int cloud_table_stream_create_partition_batch_size = 1000;

Review Comment:
   reuse create tablet batch size



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