Revision 3552473668ec37833894317ebfb6d46694838c74 authored by sdong on 20 August 2019, 17:40:59 UTC, committed by Facebook Github Bot on 20 August 2019, 17:43:39 UTC
Summary:
Recently readahead is introduced for checksum verifying. However, users cannot override the setting for the checksum verifying before external SST file ingestion. Introduce a new option for the purpose.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5721

Test Plan: Add a new unit test for it.

Differential Revision: D16906896

fbshipit-source-id: 218ec37001ddcc05411cefddbe233d15ab308476
1 parent 4c74dba
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 20.3 KB
clock_cache.cc -rw-r--r-- 25.9 KB
clock_cache.h -rw-r--r-- 601 bytes
lru_cache.cc -rw-r--r-- 15.6 KB
lru_cache.h -rw-r--r-- 10.6 KB
lru_cache_test.cc -rw-r--r-- 6.0 KB
sharded_cache.cc -rw-r--r-- 4.9 KB
sharded_cache.h -rw-r--r-- 4.2 KB

back to top