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

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


    from 16b61745dab [Feature](topn) change topn_filter_limit_threshold to 
topn_filter_ratio (#41066)
     add 4c124b8068a [feature](file cache) Support in-memory filecache for 
no-disk/slow-disk system (#38811)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                     |  10 +
 be/src/common/config.h                       |  10 +
 be/src/io/cache/block_file_cache.cpp         |  39 +-
 be/src/io/cache/block_file_cache.h           |   1 +
 be/src/io/cache/block_file_cache_factory.cpp |  67 ++-
 be/src/io/cache/file_cache_common.cpp        |  16 +-
 be/src/io/cache/file_cache_common.h          |   7 +-
 be/src/io/cache/file_cache_storage.h         |  19 +
 be/src/io/cache/fs_file_cache_storage.cpp    |  21 +
 be/src/io/cache/fs_file_cache_storage.h      |  16 +-
 be/src/io/cache/mem_file_cache_storage.cpp   | 131 +++++
 be/src/io/cache/mem_file_cache_storage.h     |  55 ++
 be/src/olap/options.cpp                      |  20 +-
 be/src/olap/options.h                        |   7 +-
 be/test/io/cache/block_file_cache_test.cpp   | 750 +++++++++++++++++++++++++++
 15 files changed, 1100 insertions(+), 69 deletions(-)
 create mode 100644 be/src/io/cache/mem_file_cache_storage.cpp
 create mode 100644 be/src/io/cache/mem_file_cache_storage.h


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

Reply via email to