This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43542-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 0de658625e9 branch-3.0: [docs](fdb_ctl) remove fdbmonitor.pid file when stopping fdb #44053 (#44055) add 0d65a2b2d76 [opt](inverted index) add performance profiling for remote io access in inverted index (#43542) No new revisions were added by this update. Summary of changes: be/src/clucene | 2 +- be/src/index-tools/index_tool.cpp | 2 +- be/src/olap/compaction.cpp | 9 +- be/src/olap/rowset/segment_v2/column_reader.cpp | 2 +- .../inverted_index/query/conjunction_query.cpp | 5 +- .../inverted_index/query/conjunction_query.h | 3 +- .../inverted_index/query/disjunction_query.cpp | 6 +- .../inverted_index/query/disjunction_query.h | 3 +- .../inverted_index/query/phrase_edge_query.cpp | 2 +- .../inverted_index/query/phrase_edge_query.h | 2 +- .../inverted_index/query/phrase_prefix_query.cpp | 3 +- .../inverted_index/query/phrase_prefix_query.h | 2 +- .../inverted_index/query/phrase_query.cpp | 8 +- .../segment_v2/inverted_index/query/phrase_query.h | 3 +- .../rowset/segment_v2/inverted_index/query/query.h | 1 + .../inverted_index/query/regexp_query.cpp | 4 +- .../segment_v2/inverted_index/query/regexp_query.h | 2 +- .../segment_v2/inverted_index_compound_reader.cpp | 15 +++ .../segment_v2/inverted_index_file_reader.cpp | 5 +- .../rowset/segment_v2/inverted_index_file_reader.h | 4 +- .../segment_v2/inverted_index_fs_directory.cpp | 37 ++++++- .../segment_v2/inverted_index_fs_directory.h | 7 +- .../rowset/segment_v2/inverted_index_reader.cpp | 94 +++++++++-------- .../olap/rowset/segment_v2/inverted_index_reader.h | 83 ++++++++------- .../compaction/index_compaction_test.cpp | 4 +- .../index_compaction_with_deleted_term.cpp | 4 +- .../test_index_io_context.out} | 46 ++++----- .../test_index_io_context.groovy | 113 +++++++++++++++++++++ 28 files changed, 323 insertions(+), 148 deletions(-) copy regression-test/data/{query_p0/dual/dual.out => fault_injection_p0/test_index_io_context.out} (87%) create mode 100644 regression-test/suites/fault_injection_p0/test_index_io_context.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org