[Improvement](inverted index) Enhance compaction performance through direct inverted index merging (#19207)

This commit is contained in:
airborne12
2023-05-08 14:07:32 +08:00
committed by GitHub
parent c7a04fa05a
commit f199860dea
7 changed files with 215 additions and 7 deletions

View File

@ -934,6 +934,8 @@ CONF_String(inverted_index_dict_path, "${DORIS_HOME}/dict");
CONF_Int32(inverted_index_read_buffer_size, "4096");
// tree depth for bkd index
CONF_Int32(max_depth_in_bkd_tree, "32");
// index compaction
CONF_Bool(inverted_index_compaction_enable, "false");
// use num_broadcast_buffer blocks as buffer to do broadcast
CONF_Int32(num_broadcast_buffer, "32");
// semi-structure configs