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 75d0beb8cc7 [fix](move-memtable) only report load stream profile in 
the end (#27983)
     add 1ed99c4d8af [Improvement](inverted index) improve inverted index bkd 
performance in high concurrent scenario (#27820)

No new revisions were added by this update.

Summary of changes:
 be/src/clucene                                     |   2 +-
 be/src/olap/comparison_predicate.h                 |  12 +-
 be/src/olap/in_list_predicate.h                    |  12 +-
 be/src/olap/match_predicate.cpp                    |  12 +-
 be/src/olap/null_predicate.cpp                     |  30 +-
 be/src/olap/rowset/segment_v2/column_reader.cpp    |   2 -
 .../rowset/segment_v2/inverted_index_cache.cpp     | 148 +++-
 .../olap/rowset/segment_v2/inverted_index_cache.h  |  49 +-
 .../segment_v2/inverted_index_compound_reader.cpp  |   4 +
 .../segment_v2/inverted_index_compound_reader.h    |   1 +
 .../rowset/segment_v2/inverted_index_query_type.h  |  46 +-
 .../rowset/segment_v2/inverted_index_reader.cpp    | 909 +++++++++++++--------
 .../olap/rowset/segment_v2/inverted_index_reader.h |  91 ++-
 .../rowset/segment_v2/inverted_index_writer.cpp    |  15 +-
 .../inverted_index_searcher_cache_test.cpp         |  58 +-
 15 files changed, 911 insertions(+), 480 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to