diff --git a/be/src/common/config.h b/be/src/common/config.h index d426c85d7f5d1a..1b38804c1a85b9 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -821,7 +821,7 @@ CONF_mInt32(bloom_filter_predicate_check_row_num, "1000"); CONF_Bool(enable_decimalv3, "false"); //whether turn on quick compaction feature -CONF_Bool(enable_quick_compaction, "false"); +CONF_Bool(enable_quick_compaction, "true"); // For continuous versions that rows less than quick_compaction_max_rows will trigger compaction quickly CONF_Int32(quick_compaction_max_rows, "1000"); // min compaction versions