This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 866fd5d32a4 [feature](fe)support last column or index definition end with comma in create table statement (#29167) add 82635d4b59e [opt](memory) All LRU Cache inherit from LRUCachePolicy (#28940) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 6 +- be/src/common/config.h | 7 ++- be/src/olap/lru_cache.cpp | 35 +++++++++++ be/src/olap/lru_cache.h | 50 ++++++++++++---- be/src/olap/page_cache.cpp | 6 +- be/src/olap/page_cache.h | 25 ++------ .../rowset/segment_v2/inverted_index_cache.cpp | 52 +++++++---------- .../olap/rowset/segment_v2/inverted_index_cache.h | 32 +++++++--- be/src/olap/rowset/segment_v2/page_io.cpp | 5 +- be/src/olap/schema_cache.h | 10 ++-- be/src/olap/segment_loader.cpp | 12 ++-- be/src/olap/tablet_meta.cpp | 2 +- be/src/olap/tablet_meta.h | 16 +++-- be/src/olap/txn_manager.cpp | 15 +++-- be/src/olap/txn_manager.h | 11 +++- be/src/runtime/exec_env.h | 6 ++ be/src/runtime/exec_env_init.cpp | 14 +++-- be/src/runtime/load_channel_mgr.cpp | 12 ++-- be/src/runtime/load_channel_mgr.h | 11 +++- be/src/runtime/memory/cache_manager.cpp | 3 + be/src/runtime/memory/cache_policy.cpp | 4 +- be/src/runtime/memory/cache_policy.h | 26 ++++++++- be/src/runtime/memory/lru_cache_policy.h | 68 +++++++++++++++++----- be/src/service/point_query_executor.cpp | 19 +++--- be/src/service/point_query_executor.h | 22 +++---- be/src/util/obj_lru_cache.cpp | 15 +++-- be/src/util/obj_lru_cache.h | 14 ++--- be/test/olap/lru_cache_test.cpp | 46 +++++++++------ .../inverted_index_searcher_cache_test.cpp | 29 ++++----- be/test/testutil/run_all_tests.cpp | 1 + 30 files changed, 367 insertions(+), 207 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org