This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 90f14f2a80e [fix] (inverted index) disable index compaction (#41427)
(#41430)
90f14f2a80e is described below
commit 90f14f2a80e6137f3a225e1487f9c9acc3e86d86
Author: Sun Chenyang <[email protected]>
AuthorDate: Fri Sep 27 20:09:17 2024 +0800
[fix] (inverted index) disable index compaction (#41427) (#41430)
## Proposed changes
pick from master #41427
<!--Describe your changes.-->
---
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 8a6ddc398a1..ee8cb6358ab 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1045,7 +1045,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: [email protected]
For additional commands, e-mail: [email protected]