This is an automated email from the ASF dual-hosted git repository.

jianliangqi pushed a commit to branch revert-38676-pick_enable_index_compaction
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 5c8bb88a65cec1427adc44699e51884add56f03b
Author: qiye <jianliang5...@gmail.com>
AuthorDate: Wed Sep 4 10:39:04 2024 +0800

    Revert "[enhancement](index compaction) Enable index compaction by default 
(#…"
    
    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 b56f1b97195..61c0ecdea2f 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to