Revision de98fd88e3b9e4ac5c8114aada07635256d9e3ae authored by Zhongyi Xie on 13 July 2018, 02:33:59 UTC, committed by Facebook Github Bot on 13 July 2018, 02:42:27 UTC
Summary:
Right now there is no support for enabling compaction filter in db_bench, we should add support for that to facilitate testing of compaction filter.
This PR adds a compaction filter called KeepFilter and make `Filter` always returns false, essentially a noop compaction filter. This will allow us to test compaction filter code path without having to support arbitrary compaction filters
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4106

Differential Revision: D8828517

Pulled By: miasantreble

fbshipit-source-id: 9ad76d04103eaa9d00da98334b4a39e542d26c41
1 parent 97fe23f
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 19.9 KB
clock_cache.cc -rw-r--r-- 26.1 KB
clock_cache.h -rw-r--r-- 601 bytes
lru_cache.cc -rw-r--r-- 15.2 KB
lru_cache.h -rw-r--r-- 10.0 KB
lru_cache_test.cc -rw-r--r-- 5.9 KB
sharded_cache.cc -rw-r--r-- 4.8 KB
sharded_cache.h -rw-r--r-- 4.1 KB

back to top