dataroaring commented on code in PR #56058:
URL: https://github.com/apache/doris/pull/56058#discussion_r2348304294


##########
be/src/common/config.cpp:
##########
@@ -1552,6 +1552,10 @@ DEFINE_mBool(enable_mow_verbose_log, "false");
 
 DEFINE_mInt32(tablet_sched_delay_time_ms, "5000");
 DEFINE_mInt32(load_trigger_compaction_version_percent, "66");
+
+// Row count threshold for tablet switching when load_to_single_tablet is false
+// Default 10M rows = 10 * 1000 * 1000 rows
+DEFINE_mInt64(load_tablet_row_threshold, "10000000");

Review Comment:
   single_load_tablet_rows_threshold



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