rocksdb/db
kailiu 906f3dca72 Add a hash-index component for block
Summary:
this is the key component extracted from diff: https://reviews.facebook.net/D14271
I separate it to a dedicated patch to make the review easier.

Test Plan: added a unit test and passed it.

Reviewers: haobo, sdong, dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D16245
2014-03-03 21:11:49 -08:00
..
builder.cc
builder.h
c.cc A few more C API functions. 2014-02-25 10:32:28 -08:00
c_test.c Fix C API 2014-02-24 15:15:34 -08:00
compaction.cc CompactionContext to include is_manual_compaction 2014-02-12 12:24:18 -08:00
compaction.h CompactionContext to include is_manual_compaction 2014-02-12 12:24:18 -08:00
compaction_picker.cc CompactionContext to include is_manual_compaction 2014-02-12 12:24:18 -08:00
compaction_picker.h
corruption_test.cc
db_bench.cc expose wal_dir in db_bench 2014-02-25 10:43:46 -08:00
db_filesnapshot.cc
db_impl.cc Make Log::Reader more robust 2014-02-28 13:19:47 -08:00
db_impl.h Add ReadOptions to TransactionLogIterator. 2014-02-28 11:50:36 -08:00
db_impl_readonly.cc
db_impl_readonly.h
db_iter.cc
db_iter.h
db_stats_logger.cc
db_test.cc Add ReadOptions to TransactionLogIterator. 2014-02-28 11:50:36 -08:00
dbformat.cc
dbformat.h
dbformat_test.cc
deletefile_test.cc
filename.cc
filename.h
filename_test.cc
internal_stats.cc
internal_stats.h
log_format.h
log_reader.cc Make Log::Reader more robust 2014-02-28 13:19:47 -08:00
log_reader.h
log_test.cc Make Log::Reader more robust 2014-02-28 13:19:47 -08:00
log_writer.cc
log_writer.h
memtable.cc Add a hash-index component for block 2014-03-03 21:11:49 -08:00
memtable.h
memtable_list.cc
memtable_list.h
merge_context.h
merge_helper.cc
merge_helper.h
merge_operator.cc
merge_test.cc
perf_context_test.cc
plain_table_db_test.cc Disable putting filter block to block cache 2014-02-19 15:38:57 -08:00
prefix_filter_iterator.h
prefix_test.cc Add a test in prefix_test to verify correctness of results 2014-02-19 17:00:34 -08:00
repair.cc Make Log::Reader more robust 2014-02-28 13:19:47 -08:00
simple_table_db_test.cc
skiplist.h
skiplist_test.cc
snapshot.h
table_cache.cc Expose the table properties to application 2014-02-13 16:28:21 -08:00
table_cache.h Expose the table properties to application 2014-02-13 16:28:21 -08:00
table_properties_collector.cc
table_properties_collector.h
table_properties_collector_test.cc
tailing_iter.cc
tailing_iter.h
transaction_log_impl.cc Add ReadOptions to TransactionLogIterator. 2014-02-28 11:50:36 -08:00
transaction_log_impl.h Add ReadOptions to TransactionLogIterator. 2014-02-28 11:50:36 -08:00
version_edit.cc
version_edit.h
version_edit_test.cc
version_set.cc Fix a group commit bug in LogAndApply 2014-03-03 17:10:43 -08:00
version_set.h Expose the table properties to application 2014-02-13 16:28:21 -08:00
version_set_test.cc
write_batch.cc
write_batch_internal.h
write_batch_test.cc