You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/01/18 01:31:03 UTC

[doris] branch master updated (3bff5ebf9a -> e579530c99)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3bff5ebf9a [fix](DOE) only return first batch data in ES 8.x (#16025)
     add e579530c99 [Feature-WIP](inverted index) support use inverted index searcher cache (#16003)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |  10 +
 be/src/olap/CMakeLists.txt                         |   1 +
 be/src/olap/lru_cache.cpp                          |  82 +++++++-
 be/src/olap/lru_cache.h                            |  26 +++
 be/src/olap/rowset/beta_rowset.cpp                 |   4 +-
 .../rowset/segment_v2/inverted_index_cache.cpp     | 173 +++++++++++++++++
 .../olap/rowset/segment_v2/inverted_index_cache.h  | 167 ++++++++++++++++
 .../rowset/segment_v2/inverted_index_reader.cpp    |  29 ++-
 .../rowset/segment_v2/inverted_index_writer.cpp    |   7 +
 be/src/runtime/exec_env_init.cpp                   |  14 ++
 be/test/CMakeLists.txt                             |   1 +
 .../inverted_index_searcher_cache_test.cpp         | 213 +++++++++++++++++++++
 be/test/testutil/run_all_tests.cpp                 |   1 +
 13 files changed, 708 insertions(+), 20 deletions(-)
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_cache.cpp
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_cache.h
 create mode 100644 be/test/olap/rowset/segment_v2/inverted_index_searcher_cache_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org