]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
bloom hit/miss stats for SST and memtable
authordyniusz <dyniusz@fb.com>
Wed, 7 Oct 2015 18:23:20 +0000 (11:23 -0700)
committerdyniusz <dyniusz@fb.com>
Wed, 7 Oct 2015 18:23:20 +0000 (11:23 -0700)
commita065cdb388cd7b35f78fb88db734642e8bfb4be3
tree699ba14c223b31b70fbcea3e12a7d5d12c9760ea
parent40cdf797d2e9a51c42ca8e792a8a55b0406b2432
bloom hit/miss stats for SST and memtable

Summary:
hit and miss bloom filter stats for memtable and SST
stats added to perf_context struct
key matches and prefix matches combined into one stat

Test Plan: unit test veryfing the functionality added, see BloomStatsTest in db_test.cc for details

Reviewers: yhchiang, igor, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D47859
db/db_test.cc
db/memtable.cc
include/rocksdb/perf_context.h
table/block_based_filter_block.cc
table/full_filter_block.cc
table/plain_table_reader.cc
util/perf_context.cc