Commit Graph

575 Commits (011241bb993c0cb8e24660b7f3cc16e815e54670)

Author SHA1 Message Date
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
Feng Zhu 8438a19360 fix dropping column family bug 10 years ago
Torrie Fischer 6614a48418 Refactor PerfStepTimer to stop on destruct 10 years ago
Igor Canadi 7dcadb1d37 Don't let flush preempt compaction in certain cases 10 years ago
Nik Bougalis f09329cb01 Fix candidate file comparison when using path ids 10 years ago
Lei Jin 722d80c374 reduce recordTick overhead in compaction loop 10 years ago
Igor Canadi d977e55596 Don't let other compactions run when manual compaction runs 10 years ago
Igor Canadi d5bd6c772b Fix ios compile 10 years ago
Stanislau Hlebik 9dcb75b6d9 Add is-file-deletions-enabled property 10 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Yueh-Hsuan Chiang 63a2215c63 Improve Options sanitization and add MmapReadRequired() to TableFactory 10 years ago
sdong 10720a5587 Revert the unintended change that DestroyDB() doesn't clean up info logs. 10 years ago
sdong 58b0f9d890 Support purging logs from separate log directory 10 years ago
Feng Zhu 5e642403a9 log db path info before open 10 years ago
sdong 48081777f3 Revert "Include candidate files under options.db_log_dir in FindObsoleteFiles()" 10 years ago
Lei Jin 218857b3f5 remove tailing_iter.h/cc 10 years ago
Lei Jin 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled 10 years ago
Spencer Kimball 3fcf7b26b9 Pass parsed user key to prefix extractor in V2 compaction 10 years ago
Stanislau Hlebik 2fa643466d Add scope guard 10 years ago
Stanislau Hlebik 06a52bda64 Flush only one column family 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
sdong 54153ab07a Include candidate files under options.db_log_dir in FindObsoleteFiles() 10 years ago
sdong 4632239d13 Need to schedule compactions when manual compaction finishes 10 years ago
Igor Canadi 5e0868147d Fix SIGSEGV in travis 10 years ago
sdong 7abe9655d3 Fix valgrind failure caused by recent checked-in. 10 years ago
Spencer Kimball 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of 10 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Feng Zhu 1129921e9b logging_when_create_and_delete_manifest 10 years ago
Igor Canadi e4c3673923 Never CompactRange to level 0 in level compaction 10 years ago
Yueh-Hsuan Chiang 49ee5a4ac4 Fixed the crash when merge_operator is not properly set after reopen. 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
Lei Jin 7e8bb71dd0 InternalStats to take cfd on constructor 10 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin f6ca226c17 make statistics forward-able 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Lei Jin f6f1533c6f make internal stats independent of statistics 10 years ago
Yueh-Hsuan Chiang 3178510153 Allow class Compaction to handle input files from multiple levels. 10 years ago
Feng Zhu 87895c62db fix bug in LOG for flush memtable 10 years ago