Skip to content

Commit

Permalink
Revert "[enhancement](index compaction) Enable index compaction by de…
Browse files Browse the repository at this point in the history
…fault (apache#36812)" (apache#40351)

Reverts apache#38676
  • Loading branch information
qidaye authored Sep 4, 2024
1 parent b4beec8 commit 653daeb
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 @@ -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
Expand Down

0 comments on commit 653daeb

Please sign in to comment.