This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new b3f335ba5fb [enhancement](index compaction) Enable index compaction by
default (#36812) (#38676)
b3f335ba5fb is described below
commit b3f335ba5fb1eae302f2e29ea89c0788bcc46d15
Author: qiye <[email protected]>
AuthorDate: Fri Aug 2 12:03:57 2024 +0800
[enhancement](index compaction) Enable index compaction by default (#36812)
(#38676)
## Proposed changes
bp #36812
---
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 7bd237baf49..44ad6f8be6d 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1033,7 +1033,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, "false");
+DEFINE_mBool(inverted_index_compaction_enable, "true");
// 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]