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
Dmytro Ivchenko aa5e3b7c04 PerfContext::ToString() add option to exclude zero counters 9 years ago
..
auto_roll_logger.cc [directory includes cleanup] Finish removing util->db dependencies 9 years ago
auto_roll_logger.h [directory includes cleanup] Finish removing util->db dependencies 9 years ago
auto_roll_logger_test.cc [directory includes cleanup] Finish removing util->db dependencies 9 years ago
builder.cc Use SST files for Transaction conflict detection 9 years ago
builder.h Use SST files for Transaction conflict detection 9 years ago
c.cc Merge pull request #916 from warrenfalk/capi_huge_page_option 9 years ago
c_test.c Deprecate CompactionFilterV2 9 years ago
column_family.cc Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
column_family.h Add ColumnFamilyHandle::GetDescriptor() 9 years ago
column_family_test.cc Fixed the asan error on column_family_test 9 years ago
compact_files_test.cc Fix an ASAN error in compact_files_test 9 years ago
compacted_db_impl.cc Remove db_impl_readonly dependency on utilities 9 years ago
compacted_db_impl.h Remove db_impl_readonly dependency on utilities 9 years ago
compaction.cc Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata 9 years ago
compaction.h Report compaction reason in CompactionListener 9 years ago
compaction_iterator.cc compaction assertion triggering test fix for sequence zeroing assertion trip 9 years ago
compaction_iterator.h Change SingleDelete to support conflict checking 9 years ago
compaction_iterator_test.cc Support marking snapshots for write-conflict checking - Take 2 9 years ago
compaction_job.cc Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
compaction_job.h fix typos in comments 9 years ago
compaction_job_stats_test.cc Fix rebase issues and new code warnings. 9 years ago
compaction_job_test.cc compaction assertion triggering test fix for sequence zeroing assertion trip 9 years ago
compaction_picker.cc Not scheduling more L1->L2 compaction if L0->L1 is pending with higher priority 9 years ago
compaction_picker.h Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
compaction_picker_test.cc Not scheduling more L1->L2 compaction if L0->L1 is pending with higher priority 9 years ago
comparator_db_test.cc Moving memtable related files from util to a new directory memtable 9 years ago
convenience.cc Delete files in given key range 9 years ago
corruption_test.cc Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata 9 years ago
cuckoo_table_db_test.cc Block cuckoo table tests in ROCKSDB_LITE 9 years ago
db_bench.cc db_bench: explicitly clear buffer in compress benchmark 9 years ago
db_compaction_filter_test.cc compaction assertion triggering test fix for sequence zeroing assertion trip 9 years ago
db_compaction_test.cc Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
db_dynamic_level_test.cc No need to #ifdef test only code on windows 9 years ago
db_filesnapshot.cc Add wal files to Checkpoint for multiple column families. 9 years ago
db_impl.cc Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
db_impl.h Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
db_impl_debug.cc Running manual compactions in parallel with other automatic or manual compactions in restricted cases 9 years ago
db_impl_experimental.cc Clean up InstallSuperVersion 9 years ago
db_impl_readonly.cc Remove db_impl_readonly dependency on utilities 9 years ago
db_impl_readonly.h Override DBImplReadOnly::SyncWAL() to return NotSupported. Previously, calling it caused program abort. 9 years ago
db_info_dumper.cc [directory includes cleanup] Finish removing util->db dependencies 9 years ago
db_info_dumper.h [directory includes cleanup] Finish removing util->db dependencies 9 years ago
db_inplace_update_test.cc Clean up dependency: Move db_test_util.* to db directory 9 years ago
db_iter.cc Optimize DBIter::Prev() by reducing stack overhead 9 years ago
db_iter.h Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
db_iter_test.cc No need to #ifdef test only code on windows 9 years ago
db_log_iter_test.cc Fix clang warnings regarding unnecessary std::move 9 years ago
db_properties_test.cc Add named constants for remaining properties 9 years ago
db_table_properties_test.cc Avoid empty ranges vector with subsequent zero element access 9 years ago
db_tailing_iter_test.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
db_test.cc Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
db_test_util.cc Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
db_test_util.h Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
db_universal_compaction_test.cc Should not skip bloom filter for L0 during the query. 9 years ago
db_wal_test.cc No need to #ifdef test only code on windows 9 years ago
dbformat.cc Support for SingleDelete() 9 years ago
dbformat.h Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
dbformat_test.cc Avoid manipulating const char* arrays 9 years ago
deletefile_test.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
event_helpers.cc Enable MS compiler warning c4244. 9 years ago
event_helpers.h Add EventListener::OnTableFileDeletion() 9 years ago
experimental.cc Implement DB::PromoteL0 method 9 years ago
fault_injection_test.cc fix sporadic failure in fault_injection_test 9 years ago
file_indexer.cc Fix possible SIGSEGV in CompactRange (github issue #596) 9 years ago
file_indexer.h fix typos in comments 9 years ago
file_indexer_test.cc Fix possible SIGSEGV in CompactRange (github issue #596) 9 years ago
filename.cc Enable RocksDB to persist Options file. 9 years ago
filename.h Enable RocksDB to persist Options file. 9 years ago
filename_test.cc rocksdb: switch to gtest 9 years ago
flush_job.cc [directory includes cleanup] Remove util->db dependency for ThreadStatusUtil 9 years ago
flush_job.h Use SST files for Transaction conflict detection 9 years ago
flush_job_test.cc Use SST files for Transaction conflict detection 9 years ago
flush_scheduler.cc support for concurrent adds to memtable 9 years ago
flush_scheduler.h support for concurrent adds to memtable 9 years ago
forward_iterator.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
forward_iterator.h Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
forward_iterator_bench.cc Block forward_iterator_bench under MAC and Windows 9 years ago
inlineskiplist.h support for concurrent adds to memtable 9 years ago
inlineskiplist_test.cc support for concurrent adds to memtable 9 years ago
internal_stats.cc Updated GetProperty documentation 9 years ago
internal_stats.h support for concurrent adds to memtable 9 years ago
job_context.h fixed leaking log::Writers 9 years ago
listener_test.cc Report compaction reason in CompactionListener 9 years ago
log_format.h log_{reader,write}: recyclable record format 9 years ago
log_reader.cc log_{reader,write}: recyclable record format 9 years ago
log_reader.h log_{reader,write}: recyclable record format 9 years ago
log_test.cc log_{reader,write}: recyclable record format 9 years ago
log_writer.cc Enable C4267 warning 9 years ago
log_writer.h Enable C4267 warning 9 years ago
managed_iterator.cc [directory includes cleanup] Move cross-function test points 9 years ago
managed_iterator.h Fixed xfunc related compile errors in ROCKSDB_LITE 9 years ago
manual_compaction_test.cc Move manual_compaction_test.cc from util to db 9 years ago
memtable.cc Optimize GetLatestSequenceForKey 9 years ago
memtable.h support for concurrent adds to memtable 9 years ago
memtable_allocator.cc support for concurrent adds to memtable 9 years ago
memtable_allocator.h support for concurrent adds to memtable 9 years ago
memtable_list.cc Seperate InternalIterator from Iterator 9 years ago
memtable_list.h Seperate InternalIterator from Iterator 9 years ago
memtable_list_test.cc Removing duplicate code 9 years ago
memtablerep_bench.cc Merge pull request #811 from OverlordQ/unused-variable-warning 9 years ago
merge_context.h API to fetch from both a WriteBatchWithIndex and the db 9 years ago
merge_helper.cc Seperate InternalIterator from Iterator 9 years ago
merge_helper.h Seperate InternalIterator from Iterator 9 years ago
merge_helper_test.cc Compaction filter on merge operands 9 years ago
merge_operator.cc Call merge operators with empty values 9 years ago
merge_test.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
options_file_test.cc Fixed build failure of RocksDBLite test on options_file_test.cc 9 years ago
perf_context_test.cc PerfContext::ToString() add option to exclude zero counters 9 years ago
plain_table_db_test.cc Fix compile error. 9 years ago
prefix_test.cc Prefix-based iterating only shows keys in prefix 9 years ago
repair.cc Disable Visual Studio Warning C4351 9 years ago
skiplist.h Switch to thread-local random for skiplist 9 years ago
skiplist_test.cc rocksdb: switch to gtest 9 years ago
slice.cc Create an abstract interface for write batches 9 years ago
snapshot_impl.cc Support marking snapshots for write-conflict checking - Take 2 9 years ago
snapshot_impl.h Use SST files for Transaction conflict detection 9 years ago
table_cache.cc Skip bottom-level filter block caching when hit-optimized 9 years ago
table_cache.h Skip bottom-level filter block caching when hit-optimized 9 years ago
table_properties_collector.cc Support for SingleDelete() 9 years ago
table_properties_collector.h Pass column family ID to table property collector 9 years ago
table_properties_collector_test.cc Pass column family ID to table property collector 9 years ago
transaction_log_impl.cc log_reader: pass log_number and optional info_log to ctor 9 years ago
transaction_log_impl.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
version_builder.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
version_builder.h Log more information for the add file with overlapping range failure 9 years ago
version_builder_test.cc Add a mode to always pick the oldest file to compact for each level 9 years ago
version_edit.cc New Manifest format to allow customized fields in NewFile. 9 years ago
version_edit.h Enable MS compiler warning c4244. 9 years ago
version_edit_test.cc New Manifest format to allow customized fields in NewFile. 9 years ago
version_set.cc Should not skip bloom filter for L0 during the query. 9 years ago
version_set.h Revert D7809 9 years ago
version_set_test.cc Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
wal_manager.cc Fix clang warnings regarding unnecessary std::move 9 years ago
wal_manager.h Fix -Wnon-virtual-dtor errors 10 years ago
wal_manager_test.cc Fix clang warnings regarding unnecessary std::move 9 years ago
write_batch.cc support for concurrent adds to memtable 9 years ago
write_batch_base.cc Support for SingleDelete() 9 years ago
write_batch_internal.h support for concurrent adds to memtable 9 years ago
write_batch_test.cc support for concurrent adds to memtable 9 years ago
write_callback.h Optimistic Transactions 9 years ago
write_callback_test.cc Fix compile for write_callback_test in ROCKSDB_LITE 9 years ago
write_controller.cc Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
write_controller.h Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
write_controller_test.cc When slowdown is triggered, reduce the write rate 9 years ago
write_thread.cc use -Werror=missing-field-initializers, to closer match MyRocks build 9 years ago
write_thread.h use -Werror=missing-field-initializers, to closer match MyRocks build 9 years ago
writebuffer.h support for concurrent adds to memtable 9 years ago
xfunc_test_points.cc [directory includes cleanup] Move cross-function test points 9 years ago
xfunc_test_points.h [directory includes cleanup] Move cross-function test points 9 years ago