..
builder.cc
Enhance partial merge to support multiple arguments
2014-03-24 17:57:13 -07:00
builder.h
c.cc
[C-API] implemented more options
2014-04-03 10:47:37 +02:00
c_test.c
[C-API] added "rocksdb_options_set_plain_table_factory" to make it possible to use plain table factory
2014-04-03 10:47:37 +02:00
compaction.cc
Don't compact with zero input files
2014-03-19 16:01:25 -07:00
compaction.h
compaction_picker.cc
initialize candidate count
2014-04-03 11:45:44 -07:00
compaction_picker.h
corruption_test.cc
Some small cleaning up to make some compiling environment happy
2014-03-26 18:11:41 -07:00
db_bench.cc
make hash_link_list Node's key space consecutively followed at the end
2014-04-04 15:37:28 -07:00
db_filesnapshot.cc
Fix MacOS errors
2014-04-03 16:04:34 -07:00
db_impl.cc
Flush Buffered Info Logs Before Doing Compaction (one line change)
2014-04-04 10:58:30 -07:00
db_impl.h
Move several more logging inside DB mutex to log buffer
2014-04-03 10:47:18 -07:00
db_impl_readonly.cc
Sanity check on Open
2014-03-20 14:18:29 -07:00
db_impl_readonly.h
db_iter.cc
DBIter to use static allocated char array for saved_key_ (if it is not too long)
2014-04-01 16:43:11 -07:00
db_iter.h
db_stats_logger.cc
db_test.cc
[RocksDB] Fix a race condition in GetSortedWalFiles
2014-04-02 22:12:29 -07:00
dbformat.cc
DBIter to use static allocated char array for saved_key_ (if it is not too long)
2014-04-01 16:43:11 -07:00
dbformat.h
DBIter to use static allocated char array for saved_key_ (if it is not too long)
2014-04-01 16:43:11 -07:00
dbformat_test.cc
deletefile_test.cc
filename.cc
filename.h
filename_test.cc
internal_stats.cc
[RocksDB] Add db property "rocksdb.cur-size-active-mem-table"
2014-03-27 15:14:04 -07:00
internal_stats.h
[RocksDB] Add db property "rocksdb.cur-size-active-mem-table"
2014-03-27 15:14:04 -07:00
log_format.h
log_reader.cc
log_reader.h
log_test.cc
Make it compile on Debian/GCC 4.7
2014-03-14 22:44:35 +00:00
log_writer.cc
log_writer.h
memtable.cc
make hash_link_list Node's key space consecutively followed at the end
2014-04-04 15:37:28 -07:00
memtable.h
A heuristic way to check if a memtable is full
2014-03-12 16:40:14 -07:00
memtable_list.cc
Move several more logging inside DB mutex to log buffer
2014-04-03 10:47:18 -07:00
memtable_list.h
Move several more logging inside DB mutex to log buffer
2014-04-03 10:47:18 -07:00
merge_context.h
Enhance partial merge to support multiple arguments
2014-03-24 17:57:13 -07:00
merge_helper.cc
Fix the bug in MergeUtil which causes mixing values of different keys.
2014-03-27 16:15:25 -07:00
merge_helper.h
[rocksdb] new CompactionFilterV2 API
2014-03-24 20:47:53 -07:00
merge_operator.cc
Some small cleaning up to make some compiling environment happy
2014-03-26 18:11:41 -07:00
merge_test.cc
Enhance partial merge to support multiple arguments
2014-03-24 17:57:13 -07:00
perf_context_test.cc
Missing includes
2014-03-14 13:02:20 -07:00
plain_table_db_test.cc
PlainTableIterator::Seek() shouldn't check bloom filter in total order mode
2014-04-01 15:05:16 -07:00
prefix_filter_iterator.h
prefix_test.cc
Fix HashSkipList and HashLinkedList SIGSEGV
2014-03-14 10:02:04 -07:00
repair.cc
Optimize fallocation
2014-03-17 21:52:14 -07:00
simple_table_db_test.cc
skiplist.h
Consolidate SliceTransform object ownership
2014-03-10 12:56:46 -07:00
skiplist_test.cc
snapshot.h
table_cache.cc
When Options.max_num_files=-1, non level0 files also by pass table cache
2014-03-25 18:40:52 -07:00
table_cache.h
Fix valgrind error caused by FileMetaData as two level iterator's index block handle
2014-04-02 14:38:28 -07:00
table_properties_collector.cc
table_properties_collector.h
table_properties_collector_test.cc
tailing_iter.cc
Consolidate SliceTransform object ownership
2014-03-10 12:56:46 -07:00
tailing_iter.h
transaction_log_impl.cc
Revert "Fix bad merge of D16791 and D16767"
2014-03-12 09:37:43 -07:00
transaction_log_impl.h
Revert "Fix bad merge of D16791 and D16767"
2014-03-12 09:37:43 -07:00
version_edit.cc
Don't store version number in MANIFEST
2014-03-31 11:33:09 -07:00
version_edit.h
Don't store version number in MANIFEST
2014-03-31 11:33:09 -07:00
version_edit_test.cc
version_set.cc
Fix valgrind error caused by FileMetaData as two level iterator's index block handle
2014-04-02 14:38:28 -07:00
version_set.h
ComputeCompactionScore in CompactionPicker
2014-03-19 16:52:26 -07:00
version_set_test.cc
write_batch.cc
write_batch_internal.h
write_batch_test.cc