You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by pe...@apache.org on 2022/10/14 07:11:37 UTC

[doris] branch master updated (50ae9e6b19 -> 005c2cd43b)

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

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


    from 50ae9e6b19 [enhancement](planner) support select table sample (#10170)
     add 005c2cd43b [feature](remote) support local cache GC by disk usage (#12897)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |   1 +
 be/src/io/CMakeLists.txt                           |   1 +
 be/src/io/cache/dummy_file_cache.cpp               | 144 ++++++++++++++++
 .../{whole_file_cache.h => dummy_file_cache.h}     |  42 ++---
 be/src/io/cache/file_cache.h                       |  19 ++-
 be/src/io/cache/file_cache_manager.cpp             | 186 +++++++++++++--------
 be/src/io/cache/file_cache_manager.h               |  25 ++-
 be/src/io/cache/sub_file_cache.cpp                 |  21 +--
 be/src/io/cache/sub_file_cache.h                   |   5 +-
 be/src/io/cache/whole_file_cache.cpp               |  16 +-
 be/src/io/cache/whole_file_cache.h                 |   4 -
 be/src/olap/olap_server.cpp                        |  23 +--
 12 files changed, 337 insertions(+), 150 deletions(-)
 create mode 100644 be/src/io/cache/dummy_file_cache.cpp
 copy be/src/io/cache/{whole_file_cache.h => dummy_file_cache.h} (62%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org