zhengshengjun commented on code in PR #16607: URL: https://github.com/apache/doris/pull/16607#discussion_r1109382114
########## be/src/common/config.h: ########## @@ -270,6 +270,10 @@ CONF_Bool(enable_low_cardinality_optimize, "true"); CONF_mBool(enable_compaction_checksum, "false"); // whether disable automatic compaction task CONF_mBool(disable_auto_compaction, "false"); +// whether disable compact when there is a hole in tablet versions +CONF_mBool(disable_compact_tablet_version_discontinuous, "true"); +// when version incontinuous, if tablet versions exceed `this ratio * max_tablet_version_num`, allow tablet compaction +CONF_mDouble(allow_compact_tablet_discontinuous_max_rowset_num_ratio, "0.7"); Review Comment: ok, changed -- 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