.. |
auto_roll_logger.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
auto_roll_logger.h
|
Redo SyncPoints for flush while rolling test
|
9 years ago |
auto_roll_logger_test.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
builder.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
builder.h
|
[rocksdb] make more options dynamic
|
9 years ago |
c.cc
|
Fix compression dictionary clang errors
|
9 years ago |
c_test.c
|
Shared dictionary compression using reference block
|
9 years ago |
column_family.cc
|
Fix #1110, 32-bit build failure on Mac OSX (#1112)
|
9 years ago |
column_family.h
|
Fix calling GetCurrentMutableCFOptions in CompactionJob::ProcessKeyValueCompaction()
|
9 years ago |
column_family_test.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
compact_files_test.cc
|
Fixed CompactFiles() spuriously failing or corrupting DB
|
9 years ago |
compacted_db_impl.cc
|
CompactedDB should not be used if there is outstanding WAL files
|
9 years ago |
compacted_db_impl.h
|
Updated all copyright headers to the new format.
|
9 years ago |
compaction.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
compaction.h
|
Merge pull request #1101 from flyd1005/wip-fix-typo
|
9 years ago |
compaction_iterator.cc
|
Fixing snapshot 0 assertion
|
9 years ago |
compaction_iterator.h
|
Fix data race issue when sub-compaction is used in CompactionJob
|
9 years ago |
compaction_iterator_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
compaction_job.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
compaction_job.h
|
[rocksdb] make more options dynamic
|
9 years ago |
compaction_job_stats_test.cc
|
Introduce XPRESS compresssion on Windows. (#1081)
|
9 years ago |
compaction_job_test.cc
|
Introduce SstFileManager::SetMaxAllowedSpaceUsage() to cap disk space usage
|
9 years ago |
compaction_picker.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
compaction_picker.h
|
[rocksdb] make more options dynamic
|
9 years ago |
compaction_picker_test.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
comparator_db_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
convenience.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
corruption_test.cc
|
Change several option defaults
|
9 years ago |
cuckoo_table_db_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_block_cache_test.cc
|
Fix db_block_cache_test in lite build
|
9 years ago |
db_bloom_filter_test.cc
|
BlockBasedTable::Get() not to use prefix bloom if read_options.total_order_seek = true
|
9 years ago |
db_compaction_filter_test.cc
|
Change some RocksDB default options
|
9 years ago |
db_compaction_test.cc
|
Change several option defaults
|
9 years ago |
db_dynamic_level_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_filesnapshot.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_impl.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
db_impl.h
|
Long outstanding prepare test
|
9 years ago |
db_impl_debug.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
db_impl_experimental.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_impl_readonly.cc
|
Add Iterator Property rocksdb.iterator.version_number
|
9 years ago |
db_impl_readonly.h
|
Updated all copyright headers to the new format.
|
9 years ago |
db_info_dumper.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_info_dumper.h
|
Updated all copyright headers to the new format.
|
9 years ago |
db_inplace_update_test.cc
|
Change some RocksDB default options
|
9 years ago |
db_io_failure_test.cc
|
Move IO failure test to separate file
|
9 years ago |
db_iter.cc
|
Fix Iterator::Prev memory pinning bug
|
9 years ago |
db_iter.h
|
Introduce PinnedIteratorsManager (Reduce PinData() overhead / Refactor PinData)
|
9 years ago |
db_iter_test.cc
|
Add Iterator Property rocksdb.iterator.version_number
|
9 years ago |
db_iterator_test.cc
|
Fix win build
|
9 years ago |
db_log_iter_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
db_properties_test.cc
|
Improve BytewiseComparatorImpl::FindShortestSeparator
|
9 years ago |
db_sst_test.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
db_table_properties_test.cc
|
Embed column family name in SST file
|
9 years ago |
db_tailing_iter_test.cc
|
Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number"
|
9 years ago |
db_test.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
db_test2.cc
|
Fix mutex unlock issue between scheduled compaction and ReleaseCompactionFiles()
|
9 years ago |
db_test_util.cc
|
Change several option defaults
|
9 years ago |
db_test_util.h
|
Fix win build
|
9 years ago |
db_universal_compaction_test.cc
|
Alpine Linux Build (#990)
|
9 years ago |
db_wal_test.cc
|
Introduce XPRESS compresssion on Windows. (#1081)
|
9 years ago |
dbformat.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
dbformat.h
|
Modification of WriteBatch to support two phase commit
|
9 years ago |
dbformat_test.cc
|
Improve BytewiseComparatorImpl::FindShortestSeparator
|
9 years ago |
deletefile_test.cc
|
Handle concurrent manifest update and backup creation
|
9 years ago |
event_helpers.cc
|
Added EventListener::OnTableFileCreationStarted() callback
|
9 years ago |
event_helpers.h
|
Added EventListener::OnTableFileCreationStarted() callback
|
9 years ago |
experimental.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
fault_injection_test.cc
|
[rocksdb] Recovery path sequence miscount fix
|
9 years ago |
file_indexer.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
file_indexer.h
|
Updated all copyright headers to the new format.
|
9 years ago |
file_indexer_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
filename.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
filename.h
|
Updated all copyright headers to the new format.
|
9 years ago |
filename_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
flush_job.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
flush_job.h
|
Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too.
|
9 years ago |
flush_job_test.cc
|
Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too.
|
9 years ago |
flush_scheduler.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
flush_scheduler.h
|
Updated all copyright headers to the new format.
|
9 years ago |
forward_iterator.cc
|
Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number"
|
9 years ago |
forward_iterator.h
|
Add Iterator Property rocksdb.iterator.version_number
|
9 years ago |
forward_iterator_bench.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
inlineskiplist.h
|
Updated all copyright headers to the new format.
|
9 years ago |
inlineskiplist_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
internal_stats.cc
|
Shouldn't report default column family's compaction stats as DB compaction stats
|
9 years ago |
internal_stats.h
|
Shouldn't report default column family's compaction stats as DB compaction stats
|
9 years ago |
job_context.h
|
Cleanup stale manifests outside of full purge
|
9 years ago |
listener_test.cc
|
Added EventListener::OnTableFileCreationStarted() callback
|
9 years ago |
log_format.h
|
Updated all copyright headers to the new format.
|
9 years ago |
log_reader.cc
|
db/log_reader: combine kBadRecord{Len,Checksum} for readability
|
9 years ago |
log_reader.h
|
db/log_reader: treat bad record length or checksum as EOF
|
9 years ago |
log_test.cc
|
db/log_reader: treat bad record length or checksum as EOF
|
9 years ago |
log_writer.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
log_writer.h
|
Updated all copyright headers to the new format.
|
9 years ago |
managed_iterator.cc
|
Fixes warnings and ensure correct int behavior on 32-bit platforms.
|
9 years ago |
managed_iterator.h
|
Updated all copyright headers to the new format.
|
9 years ago |
manual_compaction_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
memtable.cc
|
[rocksdb] Memtable Log Referencing and Prepared Batch Recovery
|
9 years ago |
memtable.h
|
[rocksdb] Memtable Log Referencing and Prepared Batch Recovery
|
9 years ago |
memtable_allocator.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
memtable_allocator.h
|
Updated all copyright headers to the new format.
|
9 years ago |
memtable_list.cc
|
[rocksdb] Memtable Log Referencing and Prepared Batch Recovery
|
9 years ago |
memtable_list.h
|
[rocksdb] Memtable Log Referencing and Prepared Batch Recovery
|
9 years ago |
memtable_list_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
memtablerep_bench.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
merge_context.h
|
Eliminate std::deque initialization while iterating over merge operands
|
9 years ago |
merge_helper.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
merge_helper.h
|
Updated all copyright headers to the new format.
|
9 years ago |
merge_helper_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
merge_operator.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
merge_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
options_file_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
perf_context_test.cc
|
CompactedDB should not be used if there is outstanding WAL files
|
9 years ago |
pinned_iterators_manager.h
|
Introduce PinnedIteratorsManager (Reduce PinData() overhead / Refactor PinData)
|
9 years ago |
plain_table_db_test.cc
|
Embed column family name in SST file
|
9 years ago |
prefix_test.cc
|
Use prefix_same_as_start to avoid iteration in FindNextUserEntryInternal. (#1102)
|
9 years ago |
repair.cc
|
[rocksdb] make more options dynamic
|
9 years ago |
repair_test.cc
|
Add unit tests for RepairDB
|
9 years ago |
skiplist.h
|
Updated all copyright headers to the new format.
|
9 years ago |
skiplist_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
slice.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
snapshot_impl.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
snapshot_impl.h
|
Updated all copyright headers to the new format.
|
9 years ago |
table_cache.cc
|
Enable configurable readahead for iterators
|
9 years ago |
table_cache.h
|
Enable configurable readahead for iterators
|
9 years ago |
table_properties_collector.cc
|
Added "number of merge operands" to statistics in ssts.
|
9 years ago |
table_properties_collector.h
|
Added "number of merge operands" to statistics in ssts.
|
9 years ago |
table_properties_collector_test.cc
|
Added "number of merge operands" to statistics in ssts.
|
9 years ago |
transaction_log_impl.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
transaction_log_impl.h
|
Updated all copyright headers to the new format.
|
9 years ago |
version_builder.cc
|
Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes.
|
9 years ago |
version_builder.h
|
Updated all copyright headers to the new format.
|
9 years ago |
version_builder_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
version_edit.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
version_edit.h
|
Updated all copyright headers to the new format.
|
9 years ago |
version_edit_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
version_set.cc
|
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
|
9 years ago |
version_set.h
|
Add per-level compression ratio property
|
9 years ago |
version_set_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
wal_manager.cc
|
In all the places where log records are read, there was a check that
|
9 years ago |
wal_manager.h
|
Updated all copyright headers to the new format.
|
9 years ago |
wal_manager_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
write_batch.cc
|
[rocksdb] 2PC double recovery bug fix
|
9 years ago |
write_batch_base.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
write_batch_internal.h
|
[rocksdb] Recovery path sequence miscount fix
|
9 years ago |
write_batch_test.cc
|
Modification of WriteBatch to support two phase commit
|
9 years ago |
write_callback.h
|
Updated all copyright headers to the new format.
|
9 years ago |
write_callback_test.cc
|
write_callback_test: clean test directory before running tests
|
9 years ago |
write_controller.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
write_controller.h
|
Updated all copyright headers to the new format.
|
9 years ago |
write_controller_test.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
write_thread.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
write_thread.h
|
[rocksdb] Memtable Log Referencing and Prepared Batch Recovery
|
9 years ago |
writebuffer.h
|
Updated all copyright headers to the new format.
|
9 years ago |
xfunc_test_points.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
xfunc_test_points.h
|
Updated all copyright headers to the new format.
|
9 years ago |