.. |
builder.cc
|
Use SST files for Transaction conflict detection
|
9 years ago |
builder.h
|
Use SST files for Transaction conflict detection
|
9 years ago |
c.cc
|
Merge pull request #916 from warrenfalk/capi_huge_page_option
|
9 years ago |
c_test.c
|
…
|
|
column_family.cc
|
Add ColumnFamilyHandle::GetDescriptor()
|
9 years ago |
column_family.h
|
Add ColumnFamilyHandle::GetDescriptor()
|
9 years ago |
column_family_test.cc
|
Add ColumnFamilyHandle::GetDescriptor()
|
9 years ago |
compact_files_test.cc
|
Make sure that CompactFiles does not run two parallel Level 0 compactions
|
9 years ago |
compacted_db_impl.cc
|
…
|
|
compacted_db_impl.h
|
…
|
|
compaction.cc
|
Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata
|
9 years ago |
compaction.h
|
Report compaction reason in CompactionListener
|
9 years ago |
compaction_iterator.cc
|
compaction assertion triggering test fix for sequence zeroing assertion trip
|
9 years ago |
compaction_iterator.h
|
Change SingleDelete to support conflict checking
|
9 years ago |
compaction_iterator_test.cc
|
Support marking snapshots for write-conflict checking - Take 2
|
9 years ago |
compaction_job.cc
|
Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata
|
9 years ago |
compaction_job.h
|
fix typos in comments
|
9 years ago |
compaction_job_stats_test.cc
|
Fix rebase issues and new code warnings.
|
9 years ago |
compaction_job_test.cc
|
compaction assertion triggering test fix for sequence zeroing assertion trip
|
9 years ago |
compaction_picker.cc
|
Not scheduling more L1->L2 compaction if L0->L1 is pending with higher priority
|
9 years ago |
compaction_picker.h
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
compaction_picker_test.cc
|
Not scheduling more L1->L2 compaction if L0->L1 is pending with higher priority
|
9 years ago |
comparator_db_test.cc
|
…
|
|
convenience.cc
|
Delete files in given key range
|
9 years ago |
corruption_test.cc
|
Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata
|
9 years ago |
cuckoo_table_db_test.cc
|
…
|
|
db_bench.cc
|
Enhance db_bench write rate limit
|
9 years ago |
db_compaction_filter_test.cc
|
compaction assertion triggering test fix for sequence zeroing assertion trip
|
9 years ago |
db_compaction_test.cc
|
DeleteFilesInRange: Mark files to be deleted as being compacted before applying change
|
9 years ago |
db_dynamic_level_test.cc
|
…
|
|
db_filesnapshot.cc
|
…
|
|
db_impl.cc
|
DeleteFilesInRange: Mark files to be deleted as being compacted before applying change
|
9 years ago |
db_impl.h
|
Delete files in given key range
|
9 years ago |
db_impl_debug.cc
|
Running manual compactions in parallel with other automatic or manual compactions in restricted cases
|
9 years ago |
db_impl_experimental.cc
|
…
|
|
db_impl_readonly.cc
|
…
|
|
db_impl_readonly.h
|
…
|
|
db_inplace_update_test.cc
|
…
|
|
db_iter.cc
|
Optimize DBIter::Prev() by reducing stack overhead
|
9 years ago |
db_iter.h
|
Introduce ReadOptions::pin_data (support zero copy for keys)
|
9 years ago |
db_iter_test.cc
|
…
|
|
db_log_iter_test.cc
|
Fix clang warnings regarding unnecessary std::move
|
9 years ago |
db_table_properties_test.cc
|
Avoid empty ranges vector with subsequent zero element access
|
9 years ago |
db_tailing_iter_test.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
db_test.cc
|
fix potential test SleepingTask race condition
|
9 years ago |
db_test_util.cc
|
Merge pull request #853 from Vaisman/enable_C4267_warning
|
9 years ago |
db_test_util.h
|
Merge pull request #853 from Vaisman/enable_C4267_warning
|
9 years ago |
db_universal_compaction_test.cc
|
Running manual compactions in parallel with other automatic or manual compactions in restricted cases
|
9 years ago |
db_wal_test.cc
|
…
|
|
dbformat.cc
|
…
|
|
dbformat.h
|
Introduce ReadOptions::pin_data (support zero copy for keys)
|
9 years ago |
dbformat_test.cc
|
…
|
|
deletefile_test.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
event_helpers.cc
|
Enable MS compiler warning c4244.
|
9 years ago |
event_helpers.h
|
…
|
|
experimental.cc
|
…
|
|
fault_injection_test.cc
|
fix sporadic failure in fault_injection_test
|
9 years ago |
file_indexer.cc
|
…
|
|
file_indexer.h
|
fix typos in comments
|
9 years ago |
file_indexer_test.cc
|
…
|
|
filename.cc
|
Enable RocksDB to persist Options file.
|
9 years ago |
filename.h
|
Enable RocksDB to persist Options file.
|
9 years ago |
filename_test.cc
|
…
|
|
flush_job.cc
|
Use SST files for Transaction conflict detection
|
9 years ago |
flush_job.h
|
Use SST files for Transaction conflict detection
|
9 years ago |
flush_job_test.cc
|
Use SST files for Transaction conflict detection
|
9 years ago |
flush_scheduler.cc
|
support for concurrent adds to memtable
|
9 years ago |
flush_scheduler.h
|
support for concurrent adds to memtable
|
9 years ago |
forward_iterator.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
forward_iterator.h
|
Reuse file iterators in tailing iterator when memtable is flushed
|
9 years ago |
forward_iterator_bench.cc
|
Block forward_iterator_bench under MAC and Windows
|
9 years ago |
inlineskiplist.h
|
support for concurrent adds to memtable
|
9 years ago |
inlineskiplist_test.cc
|
support for concurrent adds to memtable
|
9 years ago |
internal_stats.cc
|
support for concurrent adds to memtable
|
9 years ago |
internal_stats.h
|
support for concurrent adds to memtable
|
9 years ago |
job_context.h
|
…
|
|
listener_test.cc
|
Report compaction reason in CompactionListener
|
9 years ago |
log_format.h
|
…
|
|
log_reader.cc
|
…
|
|
log_reader.h
|
…
|
|
log_test.cc
|
…
|
|
log_writer.cc
|
Enable C4267 warning
|
9 years ago |
log_writer.h
|
Enable C4267 warning
|
9 years ago |
managed_iterator.cc
|
…
|
|
managed_iterator.h
|
…
|
|
manual_compaction_test.cc
|
…
|
|
memtable.cc
|
Optimize GetLatestSequenceForKey
|
9 years ago |
memtable.h
|
support for concurrent adds to memtable
|
9 years ago |
memtable_allocator.cc
|
support for concurrent adds to memtable
|
9 years ago |
memtable_allocator.h
|
support for concurrent adds to memtable
|
9 years ago |
memtable_list.cc
|
…
|
|
memtable_list.h
|
…
|
|
memtable_list_test.cc
|
…
|
|
memtablerep_bench.cc
|
Merge pull request #811 from OverlordQ/unused-variable-warning
|
9 years ago |
merge_context.h
|
…
|
|
merge_helper.cc
|
…
|
|
merge_helper.h
|
…
|
|
merge_helper_test.cc
|
…
|
|
merge_operator.cc
|
…
|
|
merge_test.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
options_file_test.cc
|
Fixed build failure of RocksDBLite test on options_file_test.cc
|
9 years ago |
perf_context_test.cc
|
…
|
|
plain_table_db_test.cc
|
Fix compile error.
|
9 years ago |
prefix_test.cc
|
Prefix-based iterating only shows keys in prefix
|
9 years ago |
repair.cc
|
Disable Visual Studio Warning C4351
|
9 years ago |
skiplist.h
|
Switch to thread-local random for skiplist
|
9 years ago |
skiplist_test.cc
|
…
|
|
slice.cc
|
…
|
|
snapshot_impl.cc
|
Support marking snapshots for write-conflict checking - Take 2
|
9 years ago |
snapshot_impl.h
|
Use SST files for Transaction conflict detection
|
9 years ago |
table_cache.cc
|
Skip bottom-level filter block caching when hit-optimized
|
9 years ago |
table_cache.h
|
Skip bottom-level filter block caching when hit-optimized
|
9 years ago |
table_properties_collector.cc
|
…
|
|
table_properties_collector.h
|
…
|
|
table_properties_collector_test.cc
|
…
|
|
transaction_log_impl.cc
|
…
|
|
transaction_log_impl.h
|
…
|
|
version_builder.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
version_builder.h
|
…
|
|
version_builder_test.cc
|
…
|
|
version_edit.cc
|
…
|
|
version_edit.h
|
Enable MS compiler warning c4244.
|
9 years ago |
version_edit_test.cc
|
…
|
|
version_set.cc
|
Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata
|
9 years ago |
version_set.h
|
When slowdown is triggered, reduce the write rate
|
9 years ago |
version_set_test.cc
|
Fix minor bugs in delete operator, snprintf, and size_t usage
|
9 years ago |
wal_manager.cc
|
Fix clang warnings regarding unnecessary std::move
|
9 years ago |
wal_manager.h
|
…
|
|
wal_manager_test.cc
|
Fix clang warnings regarding unnecessary std::move
|
9 years ago |
write_batch.cc
|
support for concurrent adds to memtable
|
9 years ago |
write_batch_base.cc
|
…
|
|
write_batch_internal.h
|
support for concurrent adds to memtable
|
9 years ago |
write_batch_test.cc
|
support for concurrent adds to memtable
|
9 years ago |
write_callback.h
|
…
|
|
write_callback_test.cc
|
…
|
|
write_controller.cc
|
When slowdown is triggered, reduce the write rate
|
9 years ago |
write_controller.h
|
When slowdown is triggered, reduce the write rate
|
9 years ago |
write_controller_test.cc
|
When slowdown is triggered, reduce the write rate
|
9 years ago |
write_thread.cc
|
use -Werror=missing-field-initializers, to closer match MyRocks build
|
9 years ago |
write_thread.h
|
use -Werror=missing-field-initializers, to closer match MyRocks build
|
9 years ago |
writebuffer.h
|
support for concurrent adds to memtable
|
9 years ago |