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 c93d6ba3be [chore](third-party) Fix the checksums of mysql (#19047)
add 1be5dac036 [improve] Refactor file cache and Improve the file cache
strategy (#18652)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.h | 4 +-
be/src/io/cache/block/block_file_cache.cpp | 67 +-
be/src/io/cache/block/block_file_cache.h | 90 ++-
be/src/io/cache/block/block_file_cache_factory.cpp | 30 +-
be/src/io/cache/block/block_file_cache_factory.h | 11 +-
be/src/io/cache/block/block_file_cache_fwd.h | 1 -
be/src/io/cache/block/block_file_cache_settings.h | 20 +-
be/src/io/cache/block/block_file_segment.cpp | 59 +-
be/src/io/cache/block/block_file_segment.h | 22 +-
be/src/io/cache/block/block_lru_file_cache.cpp | 754 +++++++++++----------
be/src/io/cache/block/block_lru_file_cache.h | 138 ++--
.../io/cache/block/cached_remote_file_reader.cpp | 21 +-
be/src/io/cache/block/cached_remote_file_reader.h | 1 -
be/src/io/io_common.h | 16 +-
be/src/olap/options.cpp | 75 +-
be/src/olap/options.h | 10 +-
be/src/service/doris_main.cpp | 28 +-
be/test/io/cache/file_block_cache_test.cpp | 505 ++++++++++----
docs/en/docs/lakehouse/filecache.md | 2 +-
docs/zh-CN/docs/lakehouse/filecache.md | 2 +-
20 files changed, 1109 insertions(+), 747 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]