From 5c8bb88a65cec1427adc44699e51884add56f03b Mon Sep 17 00:00:00 2001 From: qiye Date: Wed, 4 Sep 2024 10:39:04 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[enhancement](index=20compaction)=20E?= =?UTF-8?q?nable=20index=20compaction=20by=20default=20(#=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b3f335ba5fb1eae302f2e29ea89c0788bcc46d15. --- be/src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index b56f1b97195278..61c0ecdea2f823 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -1039,7 +1039,7 @@ DEFINE_Int32(inverted_index_read_buffer_size, "4096"); // tree depth for bkd index DEFINE_Int32(max_depth_in_bkd_tree, "32"); // index compaction -DEFINE_mBool(inverted_index_compaction_enable, "true"); +DEFINE_mBool(inverted_index_compaction_enable, "false"); // Only for debug, do not use in production DEFINE_mBool(debug_inverted_index_compaction, "false"); // index by RAM directory