This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from fd4fa5c64e [Optimize](row store) optimize serialization and deserialization (#19691) add 07bbf741fb [enhence](memory) gc inverted index cache when there is not enough memory (#19622) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 2 + be/src/common/config.h | 2 + be/src/olap/comparison_predicate.h | 2 +- be/src/olap/in_list_predicate.h | 2 +- be/src/olap/match_predicate.cpp | 2 +- be/src/olap/null_predicate.cpp | 2 +- .../rowset/segment_v2/inverted_index_cache.cpp | 82 ++++++++++++++++++++-- .../olap/rowset/segment_v2/inverted_index_cache.h | 22 ++++-- .../rowset/segment_v2/inverted_index_reader.cpp | 9 +-- be/src/util/mem_info.cpp | 10 +++ 10 files changed, 119 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org