.. |
builder.cc
|
Revert changes in PR #4003 (#4263)
|
6 years ago |
builder.h
|
Index value delta encoding (#3983)
|
6 years ago |
c.cc
|
c-api: add some missing options
|
6 years ago |
c_test.c
|
comment unused parameters to turn on -Wunused-parameter flag
|
7 years ago |
column_family.cc
|
Skip deleted WALs during recovery
|
7 years ago |
column_family.h
|
Add max_subcompactions as a compaction option
|
7 years ago |
column_family_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
compact_files_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
compacted_db_impl.cc
|
Move prefix_extractor to MutableCFOptions
|
7 years ago |
compacted_db_impl.h
|
Comment out unused variables
|
7 years ago |
compaction.cc
|
Add bottommost_compression_opts to for bottommost_compression (#3985)
|
6 years ago |
compaction.h
|
Add bottommost_compression_opts to for bottommost_compression (#3985)
|
6 years ago |
compaction_iteration_stats.h
|
add counter for deletion dropping optimization
|
7 years ago |
compaction_iterator.cc
|
Range deletion performance improvements + cleanup (#4014)
|
6 years ago |
compaction_iterator.h
|
option for timing measurement of non-blocking ops during compaction (#4029)
|
6 years ago |
compaction_iterator_test.cc
|
option for timing measurement of non-blocking ops during compaction (#4029)
|
6 years ago |
compaction_job.cc
|
Add a unit test to verify iterators release data blocks after using them (#4170)
|
6 years ago |
compaction_job.h
|
Allow DB resume after background errors (#3997)
|
6 years ago |
compaction_job_stats_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
compaction_job_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
compaction_picker.cc
|
compaction: fix max_subcompactions option for CompactRange (#4082)
|
6 years ago |
compaction_picker.h
|
Add bottommost_compression_opts to for bottommost_compression (#3985)
|
6 years ago |
compaction_picker_test.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
compaction_picker_universal.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
compaction_picker_universal.h
|
Delete triggered compaction for universal style
|
7 years ago |
comparator_db_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
convenience.cc
|
Pin mmap files in ReadOnlyDB (#4053)
|
6 years ago |
corruption_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
cuckoo_table_db_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
db_basic_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
db_blob_index_test.cc
|
fix lite build
|
7 years ago |
db_block_cache_test.cc
|
LRUCache midpoint insertion
|
7 years ago |
db_bloom_filter_test.cc
|
PrefixMayMatch: remove unnecessary check for prefix_extractor_ (#4067)
|
6 years ago |
db_compaction_filter_test.cc
|
Remove tests from ROCKSDB_VALGRIND_RUN
|
7 years ago |
db_compaction_test.cc
|
Allow ttl to be changed dynamically (#4133)
|
6 years ago |
db_dynamic_level_test.cc
|
fix memory leak in two_level_iterator
|
7 years ago |
db_encryption_test.cc
|
Change RocksDB License
|
7 years ago |
db_filesnapshot.cc
|
fix behavior does not match name for "IsFileDeletionsEnabled"
|
7 years ago |
db_flush_test.cc
|
Disable DBFlushTest.SyncFail and DBTest.GroupCommitTest on Travis (#4154)
|
6 years ago |
db_impl.cc
|
Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228)
|
6 years ago |
db_impl.h
|
Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228)
|
6 years ago |
db_impl_compaction_flush.cc
|
Update JobContext. (#3949)
|
6 years ago |
db_impl_debug.cc
|
Allow DB resume after background errors (#3997)
|
6 years ago |
db_impl_experimental.cc
|
Update JobContext. (#3949)
|
6 years ago |
db_impl_files.cc
|
SetOptions Backup Race Condition (#4108)
|
6 years ago |
db_impl_open.cc
|
fix use-after-free error involving a temporary string (#4240)
|
6 years ago |
db_impl_readonly.cc
|
Trace and Replay for RocksDB (#3837)
|
6 years ago |
db_impl_readonly.h
|
allowing CompactFiles to return new file names
|
7 years ago |
db_impl_write.cc
|
Improve FullFilterBitsReader::HashMayMatch's doc (#4202)
|
6 years ago |
db_info_dumper.cc
|
Change RocksDB License
|
7 years ago |
db_info_dumper.h
|
Change RocksDB License
|
7 years ago |
db_inplace_update_test.cc
|
Change RocksDB License
|
7 years ago |
db_io_failure_test.cc
|
Fix LITE unit tests
|
7 years ago |
db_iter.cc
|
Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228)
|
6 years ago |
db_iter.h
|
Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228)
|
6 years ago |
db_iter_stress_test.cc
|
Move prefix_extractor to MutableCFOptions
|
7 years ago |
db_iter_test.cc
|
Fix regression bug of Prev() with upper bound (#3989)
|
6 years ago |
db_iterator_test.cc
|
Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228)
|
6 years ago |
db_log_iter_test.cc
|
fix memory leak in two_level_iterator
|
7 years ago |
db_memtable_test.cc
|
Comment out unused variables
|
7 years ago |
db_merge_operator_test.cc
|
WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955)
|
6 years ago |
db_options_test.cc
|
PersistRocksDBOptions() to use WritableFileWriter
|
7 years ago |
db_properties_test.cc
|
Index value delta encoding (#3983)
|
6 years ago |
db_range_del_test.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
db_sst_test.cc
|
Simplify DBWithMaxSpaceAllowedRandomized (#4235)
|
6 years ago |
db_statistics_test.cc
|
Change RocksDB License
|
7 years ago |
db_table_properties_test.cc
|
fix deletion-triggered compaction in table builder
|
7 years ago |
db_tailing_iter_test.cc
|
Remove managed iterator
|
6 years ago |
db_test.cc
|
Disable DBFlushTest.SyncFail and DBTest.GroupCommitTest on Travis (#4154)
|
6 years ago |
db_test2.cc
|
Add a unit test to verify iterators release data blocks after using them (#4170)
|
6 years ago |
db_test_util.cc
|
Index value delta encoding (#3983)
|
6 years ago |
db_test_util.h
|
Index value delta encoding (#3983)
|
6 years ago |
db_universal_compaction_test.cc
|
Reformatting some recent changes (#4161)
|
6 years ago |
db_wal_test.cc
|
Skip deleted WALs during recovery
|
7 years ago |
db_write_test.cc
|
Suppress tsan lock-order-inversion on FlushWAL
|
7 years ago |
dbformat.cc
|
types: add kEntryBlobIndex for TablePropertiesCollector (#4233)
|
6 years ago |
dbformat.h
|
Refactor IndexBlockIter (#4141)
|
6 years ago |
dbformat_test.cc
|
Relax VersionStorageInfo::GetOverlappingInputs check (#4050)
|
6 years ago |
deletefile_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
error_handler.cc
|
Allow DB resume after background errors (#3997)
|
6 years ago |
error_handler.h
|
Allow DB resume after background errors (#3997)
|
6 years ago |
error_handler_test.cc
|
Allow DB resume after background errors (#3997)
|
6 years ago |
event_helpers.cc
|
comment unused parameters to turn on -Wunused-parameter flag
|
7 years ago |
event_helpers.h
|
Change RocksDB License
|
7 years ago |
experimental.cc
|
comment unused parameters to turn on -Wunused-parameter flag
|
7 years ago |
external_sst_file_basic_test.cc
|
Support range deletion tombstones in IngestExternalFile SSTs (#3778)
|
6 years ago |
external_sst_file_ingestion_job.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
external_sst_file_ingestion_job.h
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
external_sst_file_test.cc
|
Pending output file number should be released after bulkload failure (#4145)
|
6 years ago |
fault_injection_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
file_indexer.cc
|
Change RocksDB License
|
7 years ago |
file_indexer.h
|
Change RocksDB License
|
7 years ago |
file_indexer_test.cc
|
Comment out unused variables
|
7 years ago |
filename_test.cc
|
Change RocksDB License
|
7 years ago |
flush_job.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
flush_job.h
|
Skip deleted WALs during recovery
|
7 years ago |
flush_job_test.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
flush_scheduler.cc
|
Change RocksDB License
|
7 years ago |
flush_scheduler.h
|
Change RocksDB License
|
7 years ago |
forward_iterator.cc
|
Relax VersionStorageInfo::GetOverlappingInputs check (#4050)
|
6 years ago |
forward_iterator.h
|
Comment out unused variables
|
7 years ago |
forward_iterator_bench.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
internal_stats.cc
|
Add kOptionsStatistics to GetProperty() (#3966)
|
6 years ago |
internal_stats.h
|
Add kOptionsStatistics to GetProperty() (#3966)
|
6 years ago |
job_context.h
|
Update JobContext. (#3949)
|
6 years ago |
listener_test.cc
|
fix some text in comments.
|
7 years ago |
log_format.h
|
Change RocksDB License
|
7 years ago |
log_reader.cc
|
Add GCC 8 to Travis (#3433)
|
6 years ago |
log_reader.h
|
Suppress lint in old files
|
7 years ago |
log_test.cc
|
Add file name info to SequentialFileReader. (#4026)
|
6 years ago |
log_writer.cc
|
Pass manual_wal_flush also to the first wal file
|
7 years ago |
log_writer.h
|
Pass manual_wal_flush also to the first wal file
|
7 years ago |
logs_with_prep_tracker.cc
|
Skip deleted WALs during recovery
|
7 years ago |
logs_with_prep_tracker.h
|
Skip deleted WALs during recovery
|
7 years ago |
malloc_stats.cc
|
Disallow compactions if there isn't enough free space
|
7 years ago |
malloc_stats.h
|
Change RocksDB License
|
7 years ago |
manual_compaction_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
memtable.cc
|
Add GCC 8 to Travis (#3433)
|
6 years ago |
memtable.h
|
Index value delta encoding (#3983)
|
6 years ago |
memtable_list.cc
|
Support group commits of version edits (#3944)
|
6 years ago |
memtable_list.h
|
Skip deleted WALs during recovery
|
7 years ago |
memtable_list_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
merge_context.h
|
Change RocksDB License
|
7 years ago |
merge_helper.cc
|
Range deletion performance improvements + cleanup (#4014)
|
6 years ago |
merge_helper.h
|
Index value delta encoding (#3983)
|
6 years ago |
merge_helper_test.cc
|
Change RocksDB License
|
7 years ago |
merge_operator.cc
|
Change RocksDB License
|
7 years ago |
merge_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
obsolete_files_test.cc
|
Modify verification logic of ObsoleteOptionsFileTest (#4218)
|
6 years ago |
options_file_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
perf_context_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
pinned_iterators_manager.h
|
Change RocksDB License
|
7 years ago |
plain_table_db_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
pre_release_callback.h
|
Fix pre_release callback argument list.
|
7 years ago |
prefix_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
range_del_aggregator.cc
|
fix compilation with g++ option `-Wsuggest-override` (#4272)
|
6 years ago |
range_del_aggregator.h
|
Support range deletion tombstones in IngestExternalFile SSTs (#3778)
|
6 years ago |
range_del_aggregator_test.cc
|
Relax VersionStorageInfo::GetOverlappingInputs check (#4050)
|
6 years ago |
read_callback.h
|
WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955)
|
6 years ago |
repair.cc
|
Relax VersionStorageInfo::GetOverlappingInputs check (#4050)
|
6 years ago |
repair_test.cc
|
fix memory leak in two_level_iterator
|
7 years ago |
snapshot_checker.h
|
fix compilation with g++ option `-Wsuggest-override` (#4272)
|
6 years ago |
snapshot_impl.cc
|
Change RocksDB License
|
7 years ago |
snapshot_impl.h
|
BlobDB: Fix VisibleToActiveSnapshot() (#4236)
|
6 years ago |
table_cache.cc
|
Index value delta encoding (#3983)
|
6 years ago |
table_cache.h
|
Index value delta encoding (#3983)
|
6 years ago |
table_properties_collector.cc
|
Comment out unused variables
|
7 years ago |
table_properties_collector.h
|
Comment out unused variables
|
7 years ago |
table_properties_collector_test.cc
|
Should only decode restart points for uncompressed blocks (#3996)
|
6 years ago |
transaction_log_impl.cc
|
WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078)
|
6 years ago |
transaction_log_impl.h
|
WritePrepared Txn: Refactor conf params
|
7 years ago |
version_builder.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
version_builder.h
|
Move prefix_extractor to MutableCFOptions
|
7 years ago |
version_builder_test.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
version_edit.cc
|
Index value delta encoding (#3983)
|
6 years ago |
version_edit.h
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
version_edit_test.cc
|
Skip deleted WALs during recovery
|
7 years ago |
version_set.cc
|
Remove random writes from SST file ingestion (#4172)
|
6 years ago |
version_set.h
|
Index value delta encoding (#3983)
|
6 years ago |
version_set_test.cc
|
Relax VersionStorageInfo::GetOverlappingInputs check (#4050)
|
6 years ago |
wal_manager.cc
|
Add file name info to SequentialFileReader. (#4026)
|
6 years ago |
wal_manager.h
|
Fix memleak when DB::DeleteFile()
|
7 years ago |
wal_manager_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
write_batch.cc
|
WriteUnPrepared: Implement unprepared batches for transactions (#4104)
|
6 years ago |
write_batch_base.cc
|
Change RocksDB License
|
7 years ago |
write_batch_internal.h
|
WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069)
|
6 years ago |
write_batch_test.cc
|
WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078)
|
6 years ago |
write_callback.h
|
Change RocksDB License
|
7 years ago |
write_callback_test.cc
|
Per-thread unique test db names (#4135)
|
6 years ago |
write_controller.cc
|
Change RocksDB License
|
7 years ago |
write_controller.h
|
Change RocksDB License
|
7 years ago |
write_controller_test.cc
|
Change RocksDB License
|
7 years ago |
write_thread.cc
|
Fix write get stuck when pipelined write is enabled (#4143)
|
6 years ago |
write_thread.h
|
Fix write get stuck when pipelined write is enabled (#4143)
|
6 years ago |