[enhancement](index compaction) Enable index compaction by default (#36812) (#38676)

## Proposed changes

bp #36812
This commit is contained in:
qiye
2024-08-02 12:03:57 +08:00
committed by GitHub
parent 4f2ca43917
commit b3f335ba5f

View File

@ -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