Skip to content

Commit

Permalink
[enhancement](index compaction) Enable index compaction by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qidaye authored Jun 28, 2024
1 parent 875ad5d commit 850d79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,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
Expand Down

0 comments on commit 850d79b

Please sign in to comment.