This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-47629-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 996a90d1f7d Pick some fix pr to 30 Fix sync mv add default select
limit wrongly #47717 # 48162 (#48257)
add 60af2cdbf3c [Improve](cloud) support caching SchemaCloudDictionary in
BE side (#47629)
No new revisions were added by this update.
Summary of changes:
be/src/cloud/cloud_meta_mgr.cpp | 78 ++++++-
be/src/cloud/cloud_meta_mgr.h | 4 +
be/src/cloud/cloud_storage_engine.cpp | 5 +
be/src/cloud/cloud_storage_engine.h | 5 +
be/src/cloud/schema_cloud_dictionary_cache.cpp | 226 +++++++++++++++++++++
be/src/cloud/schema_cloud_dictionary_cache.h | 101 +++++++++
be/src/common/config.cpp | 3 +-
be/src/common/config.h | 3 +-
be/src/runtime/memory/cache_policy.h | 9 +-
.../cloud/test_schema_cloud_dictionary_cache.cpp | 178 ++++++++++++++++
cloud/src/common/bvars.cpp | 2 +-
cloud/src/common/bvars.h | 1 +
cloud/src/meta-service/meta_service.cpp | 55 ++++-
cloud/src/meta-service/meta_service.h | 10 +
cloud/src/meta-service/meta_service_schema.cpp | 6 +-
gensrc/proto/cloud.proto | 13 ++
16 files changed, 687 insertions(+), 12 deletions(-)
create mode 100644 be/src/cloud/schema_cloud_dictionary_cache.cpp
create mode 100644 be/src/cloud/schema_cloud_dictionary_cache.h
create mode 100644 be/test/cloud/test_schema_cloud_dictionary_cache.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]