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 8678fcea322 [config](inverted index)Make inverted_index_ram_dir enable
by default(#35094) (#39120)
8678fcea322 is described below
commit 8678fcea322b107fd0730403d6cc045e109a4c37
Author: qiye <[email protected]>
AuthorDate: Fri Aug 9 01:38:14 2024 +0800
[config](inverted index)Make inverted_index_ram_dir enable by
default(#35094) (#39120)
## Proposed changes
bp #35094
Co-authored-by: Luennng <[email protected]>
---
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 e1b44043505..0289fadb716 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1039,7 +1039,7 @@ 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
-DEFINE_mBool(inverted_index_ram_dir_enable, "false");
+DEFINE_mBool(inverted_index_ram_dir_enable, "true");
// use num_broadcast_buffer blocks as buffer to do broadcast
DEFINE_Int32(num_broadcast_buffer, "32");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]