This is an automated email from the ASF dual-hosted git repository.
airborne pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e2e2ad17eb3 [improvment](show)support jobid in show export (#51397)
add 8e975f0e516 [opt](inverted index) Enhance I/O statistics collection
for the inverted index in file cache scenarios (#48950)
No new revisions were added by this update.
Summary of changes:
be/src/io/cache/block_file_cache_profile.h | 36 +++++++++--
be/src/io/cache/cached_remote_file_reader.cpp | 15 ++++-
be/src/io/io_common.h | 8 ++-
.../inverted_index/query/conjunction_query.cpp | 7 +-
.../inverted_index/query/conjunction_query.h | 1 +
.../inverted_index/query/disjunction_query.cpp | 5 +-
.../inverted_index/query/disjunction_query.h | 1 +
.../inverted_index/query/phrase_edge_query.cpp | 3 +-
.../inverted_index/query/phrase_edge_query.h | 1 +
.../inverted_index/query/phrase_prefix_query.cpp | 4 +-
.../inverted_index/query/phrase_query.cpp | 20 +++---
.../segment_v2/inverted_index/query/phrase_query.h | 1 +
.../inverted_index/query/prefix_query.cpp | 6 +-
.../segment_v2/inverted_index/query/prefix_query.h | 7 +-
.../inverted_index/query/regexp_query.cpp | 5 +-
.../segment_v2/inverted_index/query/regexp_query.h | 1 +
.../segment_v2/inverted_index/util/term_iterator.h | 16 +++--
.../inverted_index/util/term_position_iterator.h | 14 ++--
.../rowset/segment_v2/inverted_index_reader.cpp | 33 +++++-----
.../olap/rowset/segment_v2/inverted_index_reader.h | 12 ++--
be/test/olap/inverted_index_profile_test.cpp | 71 ++++++++++++++++++++-
.../compaction/util/index_compaction_utils.cpp | 2 +-
.../fault_injection_p0/test_index_io_context.out | Bin 443 -> 1007 bytes
.../test_index_io_context.groovy | 46 +++++++++++++
24 files changed, 246 insertions(+), 69 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]