You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/db
Siying Dong 15950fe3a0 Remove ASSERT_EQ(boolean, ...) 7 years ago
..
auto_roll_logger.cc Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
auto_roll_logger.h Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
auto_roll_logger_test.cc Add macros to include file name and line number during Logging 7 years ago
builder.cc Statistic for how often rate limiter is drained 7 years ago
builder.h Remove Arena in RangeDelAggregator 8 years ago
c.cc Add a new SstFileWriter constructor without explicit comparator 7 years ago
c_test.c c: allow set savepoint to writebatch 8 years ago
column_family.cc Add macros to include file name and line number during Logging 7 years ago
column_family.h Fix for 2PC causing WAL to grow too large 8 years ago
column_family_test.cc Remove disableDataSync option 7 years ago
compact_files_test.cc Windows thread 7 years ago
compacted_db_impl.cc Add macros to include file name and line number during Logging 7 years ago
compacted_db_impl.h Pinnableslice (2nd attempt) 7 years ago
compaction.cc Compaction::IsTrivialMove relaxing 8 years ago
compaction.h Compaction::IsTrivialMove relaxing 8 years ago
compaction_iteration_stats.h Support for range skips in compaction filter 8 years ago
compaction_iterator.cc Abort compactions more reliably when closing DB 8 years ago
compaction_iterator.h Abort compactions more reliably when closing DB 8 years ago
compaction_iterator_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
compaction_job.cc Add macros to include file name and line number during Logging 7 years ago
compaction_job.h Abort compactions more reliably when closing DB 8 years ago
compaction_job_stats_test.cc Remove XFunc tests 7 years ago
compaction_job_test.cc Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
compaction_picker.cc Add macros to include file name and line number during Logging 7 years ago
compaction_picker.h Compaction::IsTrivialMove relaxing 8 years ago
compaction_picker_test.cc level compaction expansion 7 years ago
comparator_db_test.cc Add SeekForPrev() to Iterator 8 years ago
convenience.cc Updated all copyright headers to the new format. 9 years ago
corruption_test.cc Change corruption_test to use 4 bits. 8 years ago
cuckoo_table_db_test.cc Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
db_basic_test.cc Separate small subset tests in DBTest 7 years ago
db_block_cache_test.cc Not insert into block cache if cache is full and not holding handle 8 years ago
db_bloom_filter_test.cc Readers for partition filter 7 years ago
db_compaction_filter_test.cc Support for range skips in compaction filter 8 years ago
db_compaction_test.cc Windows thread 7 years ago
db_dynamic_level_test.cc Fix some bugs in MockEnv 7 years ago
db_filesnapshot.cc Add macros to include file name and line number during Logging 7 years ago
db_flush_test.cc Fix some bugs in MockEnv 7 years ago
db_impl.cc make total_log_size_ atomic 7 years ago
db_impl.h make total_log_size_ atomic 7 years ago
db_impl_debug.cc Fix for 2PC causing WAL to grow too large 8 years ago
db_impl_experimental.cc Add macros to include file name and line number during Logging 7 years ago
db_impl_readonly.cc Add macros to include file name and line number during Logging 7 years ago
db_impl_readonly.h Pinnableslice (2nd attempt) 7 years ago
db_info_dumper.cc Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
db_info_dumper.h Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
db_inplace_update_test.cc Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
db_io_failure_test.cc Add WriteOptions.no_slowdown 8 years ago
db_iter.cc Add macros to include file name and line number during Logging 7 years ago
db_iter.h DeleteRange user iterator support 8 years ago
db_iter_test.cc Reset DBIter::saved_key_ with proper user key anywhere before pass to DBIter::FindNextUserEntry 7 years ago
db_iterator_test.cc Fix some bugs in MockEnv 7 years ago
db_log_iter_test.cc Updated all copyright headers to the new format. 9 years ago
db_memtable_test.cc Fix some bugs in MockEnv 7 years ago
db_merge_operator_test.cc Fix some bugs in MockEnv 7 years ago
db_options_test.cc dynamic setting of stats_dump_period_sec through SetDBOption() 7 years ago
db_properties_test.cc Fix some bugs in MockEnv 7 years ago
db_range_del_test.cc Fix DeleteRange including sentinels in output files 8 years ago
db_sst_test.cc Support SstFileManager::SetDeleteRateBytesPerSecond() 7 years ago
db_table_properties_test.cc Fix some bugs in MockEnv 7 years ago
db_tailing_iter_test.cc Fix some bugs in MockEnv 7 years ago
db_test.cc Remove ASSERT_EQ(boolean, ...) 7 years ago
db_test2.cc Readers for partition filter 7 years ago
db_test_util.cc Readers for partition filter 7 years ago
db_test_util.h Readers for partition filter 7 years ago
db_universal_compaction_test.cc Fix flaky DBTestUniversalCompaction.UniversalCompactionTrivialMoveTest2 7 years ago
db_wal_test.cc Make db_wal_test slightly faster 7 years ago
dbformat.cc Add ability to search for key prefix in sst_dump tool 7 years ago
dbformat.h Collapse range deletions 8 years ago
dbformat_test.cc Improve BytewiseComparatorImpl::FindShortestSeparator 8 years ago
deletefile_test.cc Fix a bug that accesses invalid address in iterator cleanup function 8 years ago
event_helpers.cc Performance: Iterate vector by reference 8 years ago
event_helpers.h Added EventListener::OnTableFileCreationStarted() callback 8 years ago
experimental.cc Updated all copyright headers to the new format. 9 years ago
external_sst_file_basic_test.cc Add a new SstFileWriter constructor without explicit comparator 7 years ago
external_sst_file_ingestion_job.cc Add macros to include file name and line number during Logging 7 years ago
external_sst_file_ingestion_job.h Add EventListener::OnExternalFileIngested() event 8 years ago
external_sst_file_test.cc Add a new SstFileWriter constructor without explicit comparator 7 years ago
fault_injection_test.cc Fix travis (compile for clang < 3.9) 8 years ago
file_indexer.cc gcc-7 requires include <functional> for std::function 8 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 Remove disableDataSync option 7 years ago
filename.h Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
filename_test.cc Updated all copyright headers to the new format. 9 years ago
flush_job.cc Add macros to include file name and line number during Logging 7 years ago
flush_job.h Flush job should release reference current version if sync log failed 8 years ago
flush_job_test.cc Make range deletion inclusive-exclusive 8 years ago
flush_scheduler.cc Fix clang analyzer errors 8 years ago
flush_scheduler.h Updated all copyright headers to the new format. 9 years ago
forward_iterator.cc Rename merger.h -> merging_iterator.h 8 years ago
forward_iterator.h Add SeekForPrev() to Iterator 8 years ago
forward_iterator_bench.cc Windows thread 7 years ago
inlineskiplist.h Unified InlineSkipList::Insert algorithm with hinting 8 years ago
inlineskiplist_test.cc Unified InlineSkipList::Insert algorithm with hinting 8 years ago
internal_stats.cc Print the missed last layer in cfstats 7 years ago
internal_stats.h Print the missed last layer in cfstats 7 years ago
job_context.h fixup commit 8 years ago
listener_test.cc Gcc 7 error expansion to defined 8 years ago
log_format.h Updated all copyright headers to the new format. 9 years ago
log_reader.cc Fix clang analyzer errors 8 years ago
log_reader.h db/log_reader: treat bad record length or checksum as EOF 8 years ago
log_test.cc db/log_reader: treat bad record length or checksum as EOF 8 years ago
log_writer.cc Updated all copyright headers to the new format. 9 years ago
log_writer.h Need to make sure log file synced before flushing memtable of one column family 8 years ago
managed_iterator.cc Remove XFunc tests 7 years ago
managed_iterator.h Add SeekForPrev() to Iterator 8 years ago
manual_compaction_test.cc Updated all copyright headers to the new format. 9 years ago
memtable.cc Flush triggered by DB write buffer size picks the oldest unflushed CF 7 years ago
memtable.h Flush triggered by DB write buffer size picks the oldest unflushed CF 7 years ago
memtable_allocator.cc Avoid updating memtable allocated bytes if write_buffer_size is not set 8 years ago
memtable_allocator.h Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
memtable_list.cc Add macros to include file name and line number during Logging 7 years ago
memtable_list.h Adding GetApproximateMemTableStats method 7 years ago
memtable_list_test.cc DeleteRange Get support 8 years ago
memtablerep_bench.cc Windows thread 7 years ago
merge_context.h Fix MergeContext::copied_operands_ strings moving 8 years ago
merge_helper.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
merge_helper.h [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
merge_helper_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
merge_operator.cc Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
merge_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
options_file_test.cc Updated all copyright headers to the new format. 9 years ago
perf_context_test.cc Windows thread 7 years ago
pinned_iterators_manager.h Delegate Cleanables 8 years ago
plain_table_db_test.cc Allow plain table to store index on file with bloom filter disabled 8 years ago
prefix_test.cc Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
range_del_aggregator.cc Fix DeleteRange including sentinels in output files 8 years ago
range_del_aggregator.h Maintain position in range deletions map 8 years ago
range_del_aggregator_test.cc Maintain position in range deletions map 8 years ago
repair.cc Add macros to include file name and line number during Logging 7 years ago
repair_test.cc avoid direct io in rocksdb_lite 7 years ago
skiplist.h Add SeekForPrev() to Iterator 8 years ago
skiplist_test.cc Add SeekForPrev() to Iterator 8 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 Fix range deletion covering key in same SST file 8 years ago
table_cache.h Eliminate redundant cache lookup with range deletion 8 years ago
table_properties_collector.cc Added "number of merge operands" to statistics in ssts. 8 years ago
table_properties_collector.h Added "number of merge operands" to statistics in ssts. 8 years ago
table_properties_collector_test.cc Change ioptions to store user_comparator, fix bug 8 years ago
transaction_log_impl.cc Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
transaction_log_impl.h Add macros to include file name and line number during Logging 7 years ago
version_builder.cc Windows thread 7 years ago
version_builder.h Only cache level 0 indexes and filter when opening table reader 8 years ago
version_builder_test.cc Support running consistency checks in release mode 8 years ago
version_edit.cc Miscellaneous performance improvements 8 years ago
version_edit.h Avoid FileMetaData copy 8 years ago
version_edit_test.cc Updated all copyright headers to the new format. 9 years ago
version_set.cc Add macros to include file name and line number during Logging 7 years ago
version_set.h Pinnableslice (2nd attempt) 7 years ago
version_set_test.cc Support running consistency checks in release mode 8 years ago
wal_manager.cc Add macros to include file name and line number during Logging 7 years ago
wal_manager.h Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
wal_manager_test.cc Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
write_batch.cc Optionally construct Post Processing Info map in MemTableInserter 7 years ago
write_batch_base.cc WriteBatch support for range deletion 8 years ago
write_batch_internal.h Add facility to write only a portion of WriteBatch to WAL 8 years ago
write_batch_test.cc Range deletion microoptimizations 8 years ago
write_callback.h Updated all copyright headers to the new format. 9 years ago
write_callback_test.cc Windows thread 7 years ago
write_controller.cc Break stalls when no bg work is happening 7 years ago
write_controller.h Break stalls when no bg work is happening 7 years ago
write_controller_test.cc Use monotonic time points in write_controller.cc and rate_limiter.cc 7 years ago
write_thread.cc Fix 2PC with concurrent memtable insert 8 years ago
write_thread.h Add WriteOptions.no_slowdown 8 years ago