Commit Graph

369 Commits (c9622aab776c3deff8cbeea41f26b132318a5045)

Author SHA1 Message Date
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 10 years ago
Igor Canadi 577556d5f9 Don't store version number in MANIFEST 10 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 10 years ago
Igor Canadi 1c9f8f0884 Fix valgrind issues 10 years ago
Igor Canadi 954679bb0f AssertHeld() should do things 10 years ago
Danny Guo d9ca83df28 [rocksdb] make init prefix more robust 10 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 10 years ago
Yueh-Hsuan Chiang cda4006e87 Enhance partial merge to support multiple arguments 10 years ago
Igor Canadi e67241f0b9 Sanity check on Open 10 years ago
Igor Canadi 8ea3cb621e If paranoid_checks -- Mark DB read-only on any IOError 10 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 10 years ago
Kai Liu 1ec72b37b1 Several easy-to-add properties related to compaction and flushes 10 years ago
Lei Jin 63cef90078 disable the log_number check in Recover() 10 years ago
Igor Canadi f26cb0f093 Optimize fallocation 10 years ago
Igor Canadi ae25742af9 Fix race condition in manifest roll 10 years ago
sdong 5aa81f04fa Fix extra compaction tasks scheduled after D16767 in some cases 11 years ago
Kai Liu 11da8bc5df A heuristic way to check if a memtable is full 11 years ago
Igor Canadi 45ad75db80 Correct version of D16821 11 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 11 years ago
sdong 6c66bc08d9 Temp Fix of LogBuffer flushing 11 years ago
Igor Canadi cb9802168f Add a comment after SignalAll() 11 years ago
Igor Canadi d5de22dc09 Call PurgeObsoleteFiles() only when HaveSomethingToDelete() 11 years ago
Haobo Xu a91aed615a [RocksDB] Minor cleanup of PurgeObsoleteFiles 11 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 11 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 11 years ago
Haobo Xu 66da467983 [RocksDB] LogBuffer Cleanup 11 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 11 years ago
Igor Canadi eec8695206 Delete local sv when destroying DB from stress test 11 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 11 years ago
sdong e8ecca9e86 CleanupIteratorState() only to initialize DeletionState when super version cleanup needed 11 years ago
Igor Canadi 58ca641d53 Make Log::Reader more robust 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
Igor Canadi 4209516359 Schedule flush when waiting on flush 11 years ago
Igor Canadi 6ed450a58c DeleteFile should schedule Flush or Compaction 11 years ago
sdong e90d3f7752 First Transaction Logs Should Not Skip Storage Options Given 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Siying Dong f3ae3d07cc Add more black-box tests for PlainTable and explicitly support total order mode 11 years ago
Igor Canadi ca5f1a225a CompactionContext to include is_manual_compaction 11 years ago
Lei Jin 994c327b86 IOError cleanup 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Kai Liu d4b789fdee Add LIBRARY back to `make dbg` 11 years ago
Lei Jin 5b3b6549d6 use super_version in NewIterator() and MultiGet() function 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
Igor Canadi dbbffbd772 Mark the log_number file number used 11 years ago
Siying Dong 56bea9f80d When using Universal Compaction, Zero out seqID in the last file too 11 years ago
Igor Canadi 3c0dcf0e25 InternalStatistics 11 years ago
Lei Jin d118707f8d set bg_error_ when background flush goes wrong 11 years ago
Mark Callaghan 90f29ccbef Update monitoring to include average time per compaction and stall 11 years ago