.. |
compaction
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_impl
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
builder.cc
|
Add more callers for table reader. (#5454)
|
5 years ago |
builder.h
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
c.cc
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
c_test.c
|
Add C binding for secondary instance (#5505)
|
5 years ago |
column_family.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
column_family.h
|
Bump up memory order of ref counting of ColumnFamilyData (#5723)
|
5 years ago |
column_family_test.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
compact_files_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
compacted_db_impl.cc
|
New API to get all merge operands for a Key (#5604)
|
5 years ago |
compacted_db_impl.h
|
Use delete to disable automatic generated methods. (#5009)
|
5 years ago |
comparator_db_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
convenience.cc
|
Do readahead in VerifyChecksum() (#5713)
|
5 years ago |
corruption_test.cc
|
Do readahead in VerifyChecksum() (#5713)
|
5 years ago |
cuckoo_table_db_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
db_basic_test.cc
|
Persistent globally unique DB ID in manifest (#5725)
|
5 years ago |
db_blob_index_test.cc
|
New API to get all merge operands for a Key (#5604)
|
5 years ago |
db_block_cache_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_bloom_filter_test.cc
|
Unordered Writes (#5218)
|
6 years ago |
db_compaction_filter_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_compaction_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_dynamic_level_test.cc
|
Fix flaky DBDynamicLevelTest.DynamicLevelMaxBytesBase2 (#4668)
|
6 years ago |
db_encryption_test.cc
|
Fix EncryptedEnv assert (#5735)
|
5 years ago |
db_filesnapshot.cc
|
Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765)
|
5 years ago |
db_flush_test.cc
|
Ref and unref cfd before and after calling WaitForFlushMemTables (#5513)
|
5 years ago |
db_info_dumper.cc
|
simplify include directive involving inttypes (#5402)
|
6 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
|
Disable DBIOFailureTest.NoSpaceCompactRange in LITE (#4596)
|
6 years ago |
db_iter.cc
|
Use delete to disable automatic generated methods. (#5009)
|
5 years ago |
db_iter.h
|
Make format
|
6 years ago |
db_iter_stress_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
db_iter_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
db_iterator_test.cc
|
Fix lower bound check error when iterate across file boundary (#5540)
|
5 years ago |
db_log_iter_test.cc
|
Apply modernize-use-override (2nd iteration)
|
6 years ago |
db_memtable_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_merge_operand_test.cc
|
New API to get all merge operands for a Key (#5604)
|
5 years ago |
db_merge_operator_test.cc
|
New API to get all merge operands for a Key (#5604)
|
5 years ago |
db_options_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_properties_test.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
db_range_del_test.cc
|
Fix merging range tombstone covering put during flush/compaction (#5406)
|
6 years ago |
db_sst_test.cc
|
Fix bugs in WAL trash file handling (#5520)
|
5 years ago |
db_statistics_test.cc
|
Make statistics's stats_level change thread-safe (#5030)
|
6 years ago |
db_table_properties_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_tailing_iter_test.cc
|
Remove managed iterator
|
6 years ago |
db_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_test2.cc
|
Support loading custom objects in unit tests (#5676)
|
5 years ago |
db_test_util.cc
|
exclude TEST_ENV_URI from rocksdb lite (#5686)
|
5 years ago |
db_test_util.h
|
Support loading custom objects in unit tests (#5676)
|
5 years ago |
db_universal_compaction_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
db_wal_test.cc
|
Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765)
|
5 years ago |
db_write_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
dbformat.cc
|
Avoid user key copying for Get/Put/Write with user-timestamp (#5502)
|
5 years ago |
dbformat.h
|
Use delete to disable automatic generated methods. (#5009)
|
5 years ago |
dbformat_test.cc
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
deletefile_test.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
error_handler.cc
|
Make format
|
6 years ago |
error_handler.h
|
Fix typos in comments (#4456)
|
6 years ago |
error_handler_test.cc
|
Move test related files under util/ to test_util/ (#5377)
|
6 years ago |
event_helpers.cc
|
Fix wrong info log printing for num_range_deletions (#5617)
|
5 years ago |
event_helpers.h
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
experimental.cc
|
Organizing rocksdb/db directory
|
6 years ago |
external_sst_file_basic_test.cc
|
Introduce IngestExternalFileOptions.verify_checksums_readahead_size (#5721)
|
5 years ago |
external_sst_file_ingestion_job.cc
|
Fix a bug in file ingestion (#5760)
|
5 years ago |
external_sst_file_ingestion_job.h
|
Fix IngestExternalFile overlapping check (#5649)
|
5 years ago |
external_sst_file_test.cc
|
Fix a bug in file ingestion (#5760)
|
5 years ago |
fault_injection_test.cc
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
file_indexer.cc
|
Change RocksDB License
|
7 years ago |
file_indexer.h
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
file_indexer_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
filename_test.cc
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
flush_job.cc
|
simplify include directive involving inttypes (#5402)
|
6 years ago |
flush_job.h
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
flush_job_test.cc
|
Persistent globally unique DB ID in manifest (#5725)
|
5 years ago |
flush_scheduler.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
flush_scheduler.h
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
forward_iterator.cc
|
Add more callers for table reader. (#5454)
|
5 years ago |
forward_iterator.h
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
forward_iterator_bench.cc
|
simplify include directive involving inttypes (#5402)
|
6 years ago |
import_column_family_job.cc
|
Fix IngestExternalFile overlapping check (#5649)
|
5 years ago |
import_column_family_job.h
|
Export Import sst files (#5495)
|
5 years ago |
import_column_family_test.cc
|
Fix tsan and valgrind failures in import_column_family_test
|
5 years ago |
internal_stats.cc
|
Rename InternalDBStatsType enum names (#5779)
|
5 years ago |
internal_stats.h
|
Rename InternalDBStatsType enum names (#5779)
|
5 years ago |
job_context.h
|
WritePrepared: Fix visible key compacted out by compaction (#4883)
|
6 years ago |
listener_test.cc
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
log_format.h
|
Fix an inaccurate comment (#4315)
|
6 years ago |
log_reader.cc
|
Support for single-primary, multi-secondary instances (#4899)
|
6 years ago |
log_reader.h
|
Use delete to disable automatic generated methods. (#5009)
|
5 years ago |
log_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
log_writer.cc
|
LogWriter to only flush after finish generating whole record (#5328)
|
6 years ago |
log_writer.h
|
Use delete to disable automatic generated methods. (#5009)
|
5 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 |
lookup_key.h
|
Avoid user key copying for Get/Put/Write with user-timestamp (#5502)
|
5 years ago |
malloc_stats.cc
|
Support jemalloc compiled with `--with-jemalloc-prefix` (#5521)
|
5 years ago |
malloc_stats.h
|
Change RocksDB License
|
7 years ago |
manual_compaction_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
memtable.cc
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
memtable.h
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
memtable_list.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
memtable_list.h
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
memtable_list_test.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
merge_context.h
|
Introduce a new MultiGet batching implementation (#5011)
|
6 years ago |
merge_helper.cc
|
Fix merging range tombstone covering put during flush/compaction (#5406)
|
6 years ago |
merge_helper.h
|
Remove v1 RangeDelAggregator (#4778)
|
6 years ago |
merge_helper_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
merge_operator.cc
|
Change RocksDB License
|
7 years ago |
merge_test.cc
|
Make format
|
6 years ago |
obsolete_files_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
options_file_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
perf_context_test.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
pinned_iterators_manager.h
|
Change RocksDB License
|
7 years ago |
plain_table_db_test.cc
|
Fix Appveyor build due to signed/unsigned comparison
|
5 years ago |
pre_release_callback.h
|
WritePrepared: reduce prepared_mutex_ overhead (#5420)
|
5 years ago |
prefix_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
range_del_aggregator.cc
|
Organizing rocksdb/db directory
|
6 years ago |
range_del_aggregator.h
|
Organizing rocksdb/db directory
|
6 years ago |
range_del_aggregator_bench.cc
|
Move some memory related files from util/ to memory/ (#5382)
|
6 years ago |
range_del_aggregator_test.cc
|
Move test related files under util/ to test_util/ (#5377)
|
6 years ago |
range_tombstone_fragmenter.cc
|
simplify include directive involving inttypes (#5402)
|
6 years ago |
range_tombstone_fragmenter.h
|
Initialized pinned_pos_ and pinned_seq_pos_ in FragmentedRangeTombstoneIterator (#5720)
|
5 years ago |
range_tombstone_fragmenter_test.cc
|
Move test related files under util/ to test_util/ (#5377)
|
6 years ago |
read_callback.h
|
WriteUnPrepared: improve read your own write functionality (#5573)
|
5 years ago |
repair.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
repair_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
snapshot_checker.h
|
WritePrepared: fix issue with snapshot released during compaction (#4858)
|
6 years ago |
snapshot_impl.cc
|
Change RocksDB License
|
7 years ago |
snapshot_impl.h
|
Refresh snapshot list during long compactions (2nd attempt) (#5278)
|
6 years ago |
table_cache.cc
|
Support row cache with batched MultiGet (#5706)
|
5 years ago |
table_cache.h
|
Support row cache with batched MultiGet (#5706)
|
5 years ago |
table_properties_collector.cc
|
Feature for sampling and reporting compressibility (#4842)
|
6 years ago |
table_properties_collector.h
|
Feature for sampling and reporting compressibility (#4842)
|
6 years ago |
table_properties_collector_test.cc
|
Organizing rocksdb/db directory
|
6 years ago |
transaction_log_impl.cc
|
reuse scratch buffer in transaction_log_reader (#5702)
|
5 years ago |
transaction_log_impl.h
|
reuse scratch buffer in transaction_log_reader (#5702)
|
5 years ago |
trim_history_scheduler.cc
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
trim_history_scheduler.h
|
Refactor trimming logic for immutable memtables (#5022)
|
5 years ago |
version_builder.cc
|
Lower the risk for users to run options.force_consistency_checks = true (#5744)
|
5 years ago |
version_builder.h
|
Lower the risk for users to run options.force_consistency_checks = true (#5744)
|
5 years ago |
version_builder_test.cc
|
Move some logging related files to logging/ (#5387)
|
6 years ago |
version_edit.cc
|
Persistent globally unique DB ID in manifest (#5725)
|
5 years ago |
version_edit.h
|
Persistent globally unique DB ID in manifest (#5725)
|
5 years ago |
version_edit_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
version_set.cc
|
Persistent globally unique DB ID in manifest (#5725)
|
5 years ago |
version_set.h
|
Use delete to disable automatic generated methods. (#5009)
|
5 years ago |
version_set_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
wal_manager.cc
|
do a bit less work in the normal case (#5695)
|
5 years ago |
wal_manager.h
|
Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765)
|
5 years ago |
wal_manager_test.cc
|
Replace Corruption with TryAgain status when new tail is not visible to TransactionLogIterator (#5474)
|
5 years ago |
write_batch.cc
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
write_batch_base.cc
|
Change RocksDB License
|
7 years ago |
write_batch_internal.h
|
Add insert hints for each writebatch (#5728)
|
5 years ago |
write_batch_test.cc
|
upgrade gtest 1.7.0 => 1.8.1 for json result writing
|
5 years ago |
write_callback.h
|
Change RocksDB License
|
7 years ago |
write_callback_test.cc
|
WritePrepared: reduce prepared_mutex_ overhead (#5420)
|
5 years ago |
write_controller.cc
|
Change RocksDB License
|
7 years ago |
write_controller.h
|
Change RocksDB License
|
7 years ago |
write_controller_test.cc
|
Move test related files under util/ to test_util/ (#5377)
|
6 years ago |
write_thread.cc
|
Option to make write group size configurable (#5759)
|
5 years ago |
write_thread.h
|
Option to make write group size configurable (#5759)
|
5 years ago |