From 20d2f5582a7a467755974be671b8c4985d691b82 Mon Sep 17 00:00:00 2001 From: chenlinzhong <490103404@qq.com> Date: Wed, 7 Sep 2022 10:42:01 +0800 Subject: [PATCH] [feature](quick-compaciton) open quick compaction default --- be/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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