Revision 5f703af1eaa8aca77c6897e25c26b65104aba364 authored by anand76 on 02 May 2019, 06:04:03 UTC, committed by anand76 on 24 May 2019, 20:18:02 UTC
Summary:
The new option will pick a batch size randomly in the range 1-64. It will then space the keys in the batch by random intervals.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5264

Differential Revision: D15175522

Pulled By: anand1976

fbshipit-source-id: c16baa69d0f1ff4cf53c55c813ddd82c8aeb58fc
1 parent 8baa66a
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 20.0 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.7 KB
lru_cache.h -rw-r--r-- 10.5 KB
lru_cache_test.cc -rw-r--r-- 6.0 KB
sharded_cache.cc -rw-r--r-- 5.0 KB
sharded_cache.h -rw-r--r-- 4.1 KB

back to top