rocksdb/util
Stanislau Hlebik 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file.
Summary:
Adding option to save PlainTable index and bloom filter in SST file.
If there is no bloom block and/or index block, PlainTableReader builds
new ones. Otherwise PlainTableReader just use these blocks.

Test Plan: make all check

Reviewers: sdong

Reviewed By: sdong

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D19527
2014-07-18 16:58:13 -07:00
..
arena.cc
arena.h
arena_test.cc
auto_roll_logger.cc
auto_roll_logger.h
auto_roll_logger_test.cc
autovector.h
autovector_test.cc
benchharness.cc
benchharness.h
benchharness_test.cc
blob_store.cc
blob_store.h
blob_store_test.cc
bloom.cc
bloom_test.cc
build_version.h
cache.cc
cache_test.cc
coding.cc
coding.h
coding_test.cc
comparator.cc
crc32c.cc
crc32c.h
crc32c_test.cc
dynamic_bloom.cc Adding option to save PlainTable index and bloom filter in SST file. 2014-07-18 16:58:13 -07:00
dynamic_bloom.h Adding option to save PlainTable index and bloom filter in SST file. 2014-07-18 16:58:13 -07:00
dynamic_bloom_test.cc use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 2014-06-30 15:54:31 -07:00
env.cc integrate rate limiter into rocksdb 2014-07-08 12:31:49 -07:00
env_hdfs.cc
env_posix.cc integrate rate limiter into rocksdb 2014-07-08 12:31:49 -07:00
env_test.cc
filelock_test.cc
filter_policy.cc
hash.cc
hash.h Adding option to save PlainTable index and bloom filter in SST file. 2014-07-18 16:58:13 -07:00
hash_cuckoo_rep.cc Remove MemTableRep::GetIterator(const Slice& slice) 2014-06-25 14:09:29 -07:00
hash_cuckoo_rep.h
hash_linklist_rep.cc HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 2014-07-01 17:14:15 -07:00
hash_linklist_rep.h HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 2014-07-01 17:14:15 -07:00
hash_skiplist_rep.cc use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 2014-06-30 15:54:31 -07:00
hash_skiplist_rep.h
histogram.cc
histogram.h
histogram_test.cc
iostats_context.cc Finer report I/O stats about Flush and Compaction. 2014-07-03 16:28:03 -07:00
iostats_context_imp.h Finer report I/O stats about Flush and Compaction. 2014-07-03 16:28:03 -07:00
ldb_cmd.cc Support multiple DB directories in universal compaction style 2014-07-15 12:06:28 -07:00
ldb_cmd.h
ldb_cmd_execute_result.h
ldb_tool.cc
log_buffer.cc
log_buffer.h
log_write_bench.cc
logging.cc
logging.h
manual_compaction_test.cc
murmurhash.cc
murmurhash.h
mutexlock.h
options.cc Remove stats logger 2014-07-15 09:16:32 -04:00
perf_context.cc Add a function to return current perf level 2014-07-10 11:35:48 -07:00
perf_context_imp.h
posix_logger.h
random.h
rate_limiter.cc generic rate limiter 2014-07-08 11:41:57 -07:00
rate_limiter.h generic rate limiter 2014-07-08 11:41:57 -07:00
rate_limiter_test.cc Fix mac compile 2014-07-10 13:19:47 -07:00
signal_test.cc
skiplistrep.cc Remove MemTableRep::GetIterator(const Slice& slice) 2014-06-25 14:09:29 -07:00
slice.cc
statistics.cc
statistics.h
status.cc Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 2014-07-03 15:47:02 -07:00
stl_wrappers.h
stop_watch.h Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 2014-07-03 15:47:02 -07:00
string_util.cc
string_util.h
sync_point.cc
sync_point.h
testharness.cc
testharness.h
testutil.cc
testutil.h
thread_local.cc
thread_local.h
thread_local_test.cc
vectorrep.cc Remove MemTableRep::GetIterator(const Slice& slice) 2014-06-25 14:09:29 -07:00
xxhash.cc
xxhash.h