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
Aaron Gao 6a14d55bd9 add prefix_seek_mode to db_iter_test 8 years ago
..
auto_roll_logger.cc Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
auto_roll_logger.h Redo SyncPoints for flush while rolling test 8 years ago
auto_roll_logger_test.cc Cleanup auto-roll logger flush-while-rolling test 8 years ago
builder.cc [rocksdb] make more options dynamic 8 years ago
builder.h [rocksdb] make more options dynamic 8 years ago
c.cc c abi: allow compaction filter ignore snapshot (#1268) 8 years ago
c_test.c Shared dictionary compression using reference block 8 years ago
column_family.cc Ignore write stall triggers when auto-compaction is disabled 8 years ago
column_family.h Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
column_family_test.cc read_options.background_purge_on_iterator_cleanup to cover forward iterator and log file closing too. 8 years ago
compact_files_test.cc Fix flaky test `ObsoleteFiles` 8 years ago
compacted_db_impl.cc CompactedDB should not be used if there is outstanding WAL files 8 years ago
compacted_db_impl.h Updated all copyright headers to the new format. 9 years ago
compaction.cc Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
compaction.h Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
compaction_iterator.cc Single Delete Mismatch and Fallthrough statistics 8 years ago
compaction_iterator.h Single Delete Mismatch and Fallthrough statistics 8 years ago
compaction_iterator_test.cc Updated all copyright headers to the new format. 9 years ago
compaction_job.cc Single Delete Mismatch and Fallthrough statistics 8 years ago
compaction_job.h [rocksdb] make more options dynamic 8 years ago
compaction_job_stats_test.cc UniversalCompaction should ignore sorted runs being compacted (when compacting for file num) 8 years ago
compaction_job_test.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
compaction_picker.cc UniversalCompaction should ignore sorted runs being compacted (when compacting for file num) 8 years ago
compaction_picker.h [rocksdb] make more options dynamic 8 years ago
compaction_picker_test.cc Compaction picker to expand output level files for keys cross files' boundary too. 8 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 8 years ago
cuckoo_table_db_test.cc Updated all copyright headers to the new format. 9 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 Deprectate filter_deletes 8 years ago
db_compaction_filter_test.cc Change some RocksDB default options 8 years ago
db_compaction_test.cc Compaction picker to expand output level files for keys cross files' boundary too. 8 years ago
db_dynamic_level_test.cc Fix flaky DBTestDynamicLevel.DynamicLevelMaxBytesBase2 8 years ago
db_filesnapshot.cc Backup Options 8 years ago
db_flush_test.cc Fix unit test which breaks lite build 8 years ago
db_impl.cc support Prev() in prefix seek mode 8 years ago
db_impl.h support Prev() in prefix seek mode 8 years ago
db_impl_add_file.cc Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
db_impl_debug.cc [rocksdb] make more options dynamic 8 years ago
db_impl_experimental.cc Clean up the ComputeCompactionScore() API 8 years ago
db_impl_readonly.cc Add Iterator Property rocksdb.iterator.version_number 8 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 8 years ago
db_io_failure_test.cc Move IO failure test to separate file 8 years ago
db_iter.cc support Prev() in prefix seek mode 8 years ago
db_iter.h Introduce PinnedIteratorsManager (Reduce PinData() overhead / Refactor PinData) 8 years ago
db_iter_test.cc add prefix_seek_mode to db_iter_test 8 years ago
db_iterator_test.cc Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
db_log_iter_test.cc Updated all copyright headers to the new format. 9 years ago
db_options_test.cc Make DBOptionsTest::EnableAutoCompactionAndTriggerStall less falky 8 years ago
db_properties_test.cc [Flaky Test] Disable DBPropertiesTest.GetProperty 8 years ago
db_sst_test.cc Add TablePropertiesCollector support in SstFileWriter 8 years ago
db_table_properties_test.cc DBTablePropertiesTest.GetPropertiesOfTablesInRange: Fix Flaky 8 years ago
db_tailing_iter_test.cc Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 8 years ago
db_test.cc Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
db_test2.cc Introduce Read amplification bitmap (read amp statistics) 8 years ago
db_test_util.cc Eliminate memcpy from ForwardIterator 8 years ago
db_test_util.h Eliminate memcpy from ForwardIterator 8 years ago
db_universal_compaction_test.cc UniversalCompaction should ignore sorted runs being compacted (when compacting for file num) 8 years ago
db_wal_test.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
dbformat.cc WriteBatch support for range deletion 8 years ago
dbformat.h TableBuilder / TableReader support for range deletion 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 Added EventListener::OnTableFileCreationStarted() callback 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
fault_injection_test.cc Fix test data race in two FaultInjectionTest tests 8 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 Need to make sure log file synced before flushing memtable of one column family 8 years ago
flush_job.h read_options.background_purge_on_iterator_cleanup to cover forward iterator and log file closing too. 8 years ago
flush_job_test.cc Need to make sure log file synced before flushing memtable of one column family 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 Fix valgrind memory leak 8 years ago
forward_iterator.h Eliminate memcpy from ForwardIterator 8 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 Compaction stats printing: "batch" => "commit group" 8 years ago
internal_stats.h Add InternalStats and logging for AddFile() 8 years ago
job_context.h read_options.background_purge_on_iterator_cleanup to cover forward iterator and log file closing too. 8 years ago
listener_test.cc Add a callback for when memtable is moved to immutable (#1137) 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 Fixes warnings and ensure correct int behavior on 32-bit platforms. 8 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 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
memtable.h Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 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 Fix flush not being commit while writing manifest 8 years ago
memtable_list.h [rocksdb] Memtable Log Referencing and Prepared Batch Recovery 8 years ago
memtable_list_test.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
memtablerep_bench.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
merge_context.h Fix MergeContext::copied_operands_ strings moving 8 years ago
merge_helper.cc Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
merge_helper.h Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
merge_helper_test.cc Updated all copyright headers to the new format. 9 years ago
merge_operator.cc Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 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 8 years ago
pinned_iterators_manager.h Minor PinnedIteratorsManager Refactoring 8 years ago
plain_table_db_test.cc Only cache level 0 indexes and filter when opening table reader 8 years ago
prefix_test.cc support Prev() in prefix seek mode 8 years ago
repair.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
repair_test.cc ColumnFamilyOptions API [CF + RepairDB part 3/3] 8 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
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 a crash when compaction fails to open a file 8 years ago
table_cache.h Only cache level 0 indexes and filter when opening table reader 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 New Statistics to track Compression/Decompression (#1197) 8 years ago
transaction_log_impl.cc Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
transaction_log_impl.h Updated all copyright headers to the new format. 9 years ago
version_builder.cc Only cache level 0 indexes and filter when opening table reader 8 years ago
version_builder.h Only cache level 0 indexes and filter when opening table reader 8 years ago
version_builder_test.cc Updated all copyright headers to the new format. 9 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 Only cache level 0 indexes and filter when opening table reader 8 years ago
version_set.h Add options.write_buffer_manager: control total memtable size across DB instances 8 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 8 years ago
wal_manager.h Updated all copyright headers to the new format. 9 years ago
wal_manager_test.cc Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
write_batch.cc WriteBatch support for range deletion 8 years ago
write_batch_base.cc WriteBatch support for range deletion 8 years ago
write_batch_internal.h WriteBatch support for range deletion 8 years ago
write_batch_test.cc WriteBatch support for range deletion 8 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 8 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 WriteBatch support for range deletion 8 years ago
write_thread.h fix simple typos (#1183) 8 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