gavinchou commented on code in PR #45287: URL: https://github.com/apache/doris/pull/45287#discussion_r1895950568
########## be/src/common/config.cpp: ########## @@ -1406,6 +1406,9 @@ DEFINE_mBool(enable_sleep_between_delete_cumu_compaction, "false"); DEFINE_mInt32(compaction_num_per_round, "1"); +// the max length of segments key bounds, in bytes +DEFINE_mInt32(segments_key_bounds_truncation_threshold, "100"); Review Comment: we should disable it by default => make it negative by default -- 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