Commit Graph

675 Commits (5948a6632d03aa74a00dfdbedf58d3c0d5eb5f22)

Author SHA1 Message Date
Igor Canadi 2bad3cb0db Missing includes 10 years ago
Igor Canadi 3c75cc15a9 Fix HashSkipList and HashLinkedList SIGSEGV 10 years ago
Igor Canadi 6c72079d77 Fix warning on Mac OS 10 years ago
sdong 5aa81f04fa Fix extra compaction tasks scheduled after D16767 in some cases 10 years ago
Kai Liu 11da8bc5df A heuristic way to check if a memtable is full 10 years ago
Igor Canadi 45ad75db80 Correct version of D16821 10 years ago
Igor Canadi 2b95dc1542 Revert "Fix bad merge of D16791 and D16767" 10 years ago
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 10 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 10 years ago
sdong 6c66bc08d9 Temp Fix of LogBuffer flushing 10 years ago
Igor Canadi cb9802168f Add a comment after SignalAll() 10 years ago
Igor Canadi d5de22dc09 Call PurgeObsoleteFiles() only when HaveSomethingToDelete() 10 years ago
sdong fac58c0504 DBTest: remove perf_context's time > 0 check 10 years ago
Haobo Xu a91aed615a [RocksDB] Minor cleanup of PurgeObsoleteFiles 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 10 years ago
Haobo Xu 66da467983 [RocksDB] LogBuffer Cleanup 10 years ago
Igor Canadi 04d2c26e17 Add option verify_checksums_in_compaction 10 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 10 years ago
Igor Canadi eec8695206 Delete local sv when destroying DB from stress test 10 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 10 years ago
Lei Jin 04298f8c33 output perf_context in db_bench readrandom 10 years ago
Lei Jin 64138b5d9c fix db_bench to use HashSkipList for real 10 years ago
Lei Jin 51560ba755 config max_background_flushes in db_bench 10 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 10 years ago
sdong e8ecca9e86 CleanupIteratorState() only to initialize DeletionState when super version cleanup needed 10 years ago
Lei Jin a5b1d2f146 make key evenly distributed between 0 and FLAGS_num 10 years ago
kailiu 906f3dca72 Add a hash-index component for block 10 years ago
Igor Canadi 5142b37000 Fix a group commit bug in LogAndApply 10 years ago
kailiu bf86af5174 Remove the terrible hack in for flush_block_policy_factory 10 years ago
Igor Canadi 58ca641d53 Make Log::Reader more robust 10 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 10 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 10 years ago
Igor Canadi 4209516359 Schedule flush when waiting on flush 11 years ago
Lei Jin dea894ef8d expose wal_dir in db_bench 11 years ago
Albert Strasheim 72aacf6b96 A few more C API functions. 11 years ago
Igor Canadi 6ed450a58c DeleteFile should schedule Flush or Compaction 11 years ago
Igor Canadi 2bf1151a25 Fix C API 11 years ago
Thomas Adam ce2b1f7b44 added a test case for custom merge operator 11 years ago
Thomas Adam 68248a2ac5 added a delete method for custom filter policy and merge operator to make it possible to override the cleanup behaviour of the return value 11 years ago
sdong b2d29675c8 Add a test in prefix_test to verify correctness of results 11 years ago
Kai Liu 2b205b35d8 Disable putting filter block to block cache 11 years ago
Thomas Adam d74c9b79ea Enhancements to the API 11 years ago
sdong e90d3f7752 First Transaction Logs Should Not Skip Storage Options Given 11 years ago
Igor Canadi be7e273d83 fix u/s comparison #83 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Kai Liu b2e7ee8b41 Followup code refactor on plain table 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