rocksdb/table
Tyler Harter c2bd8f4824 Prefix scan: db_bench and bug fixes
Summary: If use_prefix_filters is set and read_range>1, then the random seeks will set a the prefix filter to be the prefix of the key which was randomly selected as the target.  Still need to add statistics (perhaps in a separate diff).

Test Plan: ./db_bench --benchmarks=fillseq,prefixscanrandom --num=10000000 --statistics=1 --use_prefix_blooms=1 --use_prefix_api=1 --bloom_bits=10

Reviewers: dhruba

Reviewed By: dhruba

CC: leveldb, haobo

Differential Revision: https://reviews.facebook.net/D12273
2013-08-22 16:06:50 -07:00
..
block.cc [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 2013-04-29 09:43:36 -07:00
block.h [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 2013-04-29 09:43:36 -07:00
block_builder.cc add block deviation option to terminate a block before it exceeds block_size 2013-05-24 15:52:49 -07:00
block_builder.h add block deviation option to terminate a block before it exceeds block_size 2013-05-24 15:52:49 -07:00
block_test.cc [RocksDB] Move table.h to table/ 2013-04-22 16:07:56 -07:00
filter_block.cc Prefix scan: db_bench and bug fixes 2013-08-22 16:06:50 -07:00
filter_block.h Prefix filters for scans (v4) 2013-08-13 14:04:56 -07:00
filter_block_test.cc Prefix filters for scans (v4) 2013-08-13 14:04:56 -07:00
format.cc [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 2013-04-29 09:43:36 -07:00
format.h [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 2013-04-29 09:43:36 -07:00
iter_heap.h Use a priority queue to merge files. 2013-01-02 13:52:25 -08:00
iterator.cc Codemod NULL to nullptr 2013-02-28 18:04:58 -08:00
iterator_wrapper.h Codemod NULL to nullptr 2013-02-28 18:04:58 -08:00
merger.cc [RocksDB] Minor iterator cleanup 2013-08-21 16:54:48 -07:00
merger.h A number of fixes: 2011-10-31 17:22:06 +00:00
table.cc Prefix scan: db_bench and bug fixes 2013-08-22 16:06:50 -07:00
table.h Prefix scan: db_bench and bug fixes 2013-08-22 16:06:50 -07:00
table_builder.cc Prefix filters for scans (v4) 2013-08-13 14:04:56 -07:00
table_test.cc Virtualize SkipList Interface 2013-07-23 14:42:27 -07:00
two_level_iterator.cc [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 2013-05-30 19:08:44 -07:00
two_level_iterator.h [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 2013-05-30 19:08:44 -07:00