Commit Graph

615 Commits (98849a35fa2701f44acef70e1a4cd6c508306591)

Author SHA1 Message Date
sdong 4d2ba38b65 Make VersionBuilder unit testable 10 years ago
Igor Canadi 635905481d WalManager 10 years ago
sdong 76d1c28e82 Make CompactionPicker more easily tested 10 years ago
Yueh-Hsuan Chiang 3772a3d09d Fix the bug where compaction does not fail when RocksDB can't create a new file. 10 years ago
Igor Canadi a39e931e50 FlushProcess 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Lei Jin 122f98e0b9 dynamic max_mem_compact_level 10 years ago
Lei Jin 574028679b dynamic max_sequential_skip_in_iterations 10 years ago
sdong d755e53b87 Printing number of keys in DB Stats 10 years ago
Igor Canadi 6398e6a6a5 Fix DeleteFile() + enable deleting files oldest files in level 0 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Lei Jin d6c8dba727 Log MutableCFOptions in SetOptions 10 years ago
Lei Jin 065a67c4f0 dynamic disable_auto_compactions 10 years ago
Lei Jin dc50a1a593 make max_write_buffer_number dynamic 10 years ago
Igor Canadi ca250d71a1 Move logging out of mutex 10 years ago
Igor Canadi cc6c883f59 Stop stopping writes on bg_error_ 10 years ago
Igor Canadi f78b832e5d Log RocksDB version 10 years ago
Yueh-Hsuan Chiang 56dfd363fd Fix a check in database shutdown or Column family drop during flush. 10 years ago
sdong 8ea232b9e3 Add number of records dropped in compaction summary 10 years ago
sdong f4086a88b4 perf_context.get_from_output_files_time is set for MultiGet() and ReadOnly DB too. 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Danny Al-Gaaf 0fd8bbca53 db/db_impl.cc: reduce scope of prefix_initialized 10 years ago
Danny Al-Gaaf 33580fa39a db/db_impl.cc: fix object handling, remove double lines 10 years ago
Mark Callaghan 1f963305a8 Print MB per second compaction throughput separately for reads and writes 10 years ago
Igor Canadi f7375f39fd Fix double deletes 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
Lei Jin 5e6aee4325 dont create backup_input if compaction filter v2 is not used 10 years ago
Venkatesh Radhakrishnan f44594743f RocksDB: Format uint64 using PRIu64 in db_impl.cc 10 years ago
Igor Canadi 2fb1fea30f Fix syncronization issues 10 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 10 years ago
Igor Canadi dee91c259d WriteThread 10 years ago
Igor Canadi 540a257f2c Fix WAL synced 10 years ago
Igor Canadi 9c0e66ce98 Don't run background jobs (flush, compactions) when bg_error_ is set 10 years ago
Igor Canadi 3d9e6f7759 Push model for flushing memtables 10 years ago
sdong 06d986252a Always pass MergeContext as pointer, not reference 10 years ago
Stanislau Hlebik d343c3fe46 Improve db recovery 10 years ago
Lei Jin 52311463e9 MemTableOptions 10 years ago
Lei Jin 659d2d50c3 move compaction_filter to immutable_options 10 years ago
Lei Jin 048560a642 reduce references to cfd->options() in DBImpl 10 years ago
sdong 011241bb99 DB::Flush() Do not wait for background threads when there is nothing in mem table 10 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 10 years ago
Igor Canadi 9f1c80b556 Drop column family from write thread 10 years ago
Lei Jin c9e419ccb6 rename options_ to db_options_ in DBImpl to avoid confusion 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 10 years ago
Lei Jin 9b58c73c7c call SanitizeDBOptionsByCFOptions() in the right place 10 years ago
Igor Canadi a84234a61b Ignore missing column families 10 years ago