This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c7a04fa05a [improvement](JDBC Catalog)Added Presto connection to Presto/Trino (#19307) add f199860dea [Improvement](inverted index) Enhance compaction performance through direct inverted index merging (#19207) No new revisions were added by this update. Summary of changes: be/src/common/config.h | 2 + be/src/olap/CMakeLists.txt | 1 + be/src/olap/compaction.cpp | 92 ++++++++++++++++++++-- be/src/olap/compaction.h | 2 +- be/src/olap/rowid_conversion.h | 5 ++ .../segment_v2/inverted_index_compaction.cpp | 85 ++++++++++++++++++++ .../{common.h => inverted_index_compaction.h} | 19 ++--- 7 files changed, 190 insertions(+), 16 deletions(-) create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp copy be/src/olap/rowset/segment_v2/{common.h => inverted_index_compaction.h} (63%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org