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

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


    from bbb5c1e8609 [chore](regression test) check disk is good (#29740)
     add 4fdee53def7 [improve] Use lru cache to count the number of column in 
tablet schema to control memory (#29668)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                  |  1 +
 be/src/common/config.h                    |  2 +
 be/src/olap/base_tablet.cpp               |  1 -
 be/src/olap/rowset/beta_rowset_writer.cpp |  2 +-
 be/src/olap/rowset/rowset_meta.cpp        | 38 ++++++++++++---
 be/src/olap/rowset/rowset_meta.h          | 10 ++++
 be/src/olap/snapshot_manager.cpp          |  5 +-
 be/src/olap/tablet.cpp                    |  3 +-
 be/src/olap/tablet_schema_cache.cpp       | 81 +++++++++++--------------------
 be/src/olap/tablet_schema_cache.h         | 39 +++++----------
 be/src/runtime/exec_env_init.cpp          |  5 +-
 be/src/runtime/memory/cache_policy.h      |  5 +-
 be/test/olap/rowset/rowset_meta_test.cpp  |  2 +-
 be/test/testutil/run_all_tests.cpp        |  7 ++-
 14 files changed, 101 insertions(+), 100 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to