rocksdb/trace_replay
haoyuhuang 8a008d4170 Block access tracing: Trace referenced key for Get on non-data blocks. (#5548)
Summary:
This PR traces the referenced key for Get for all types of blocks. This is useful when evaluating hybrid row-block caches.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5548

Test Plan: make clean && USE_CLANG=1 make check -j32

Differential Revision: D16157979

Pulled By: HaoyuHuang

fbshipit-source-id: f6327411c9deb74e35e22a35f66cdbae09ab9d87
2019-07-17 13:05:58 -07:00
..
block_cache_tracer_test.cc Block access tracing: Trace referenced key for Get on non-data blocks. (#5548) 2019-07-17 13:05:58 -07:00
block_cache_tracer.cc Block access tracing: Trace referenced key for Get on non-data blocks. (#5548) 2019-07-17 13:05:58 -07:00
block_cache_tracer.h Block access tracing: Trace referenced key for Get on non-data blocks. (#5548) 2019-07-17 13:05:58 -07:00
trace_replay.cc Add block cache tracer. (#5410) 2019-06-06 11:24:39 -07:00
trace_replay.h Add block cache tracer. (#5410) 2019-06-06 11:24:39 -07:00