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


##########
be/src/common/config.cpp:
##########
@@ -1493,6 +1493,9 @@ DEFINE_mBool(enable_compaction_pause_on_high_memory, 
"true");
 
 DEFINE_mBool(enable_calc_delete_bitmap_between_segments_concurrently, "false");
 
+// the max length of segments key bounds, in bytes
+DEFINE_mInt32(segments_key_bounds_truncation_threshold, "-1");

Review Comment:
   why not keep it a extremely large value to get rid of the check 
`segments_key_bounds_truncation_threshold > 0`



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

Reply via email to