Commit Graph

3148 Commits (4d40b10e0f111319a45a53dc074df635a5a76853)

Author SHA1 Message Date
Zhongyi Xie a703432808 MaxFileSizeForLevel: adjust max_file_size for dynamic level compaction 6 years ago
Dmitri Smirnov 934f96de27 Better destroydb 6 years ago
Maysam Yabandeh a8d77ca381 Speedup ManualCompactionTest.Test 6 years ago
Siying Dong d59549298f Skip deleted WALs during recovery 6 years ago
Zhongyi Xie 6cab3184f5 avoid double delete on dummy record insertion failure 6 years ago
Victor Grishchenko c9ace1d81b expose WAL iterator in the C API 6 years ago
Huachao Huang ed7a95b28c Add max_subcompactions as a compaction option 6 years ago
Yanqin Jin 7dfbe33532 Rename pending_compaction_ to queued_for_compaction_. 6 years ago
Yanqin Jin 513b5ce618 Rename pending_flush_ to queued_for_flush_. 6 years ago
Siying Dong 63c965cdb4 Sync parent directory after deleting a file in delete scheduler 6 years ago
Vincent Lee 7c9f23e6db Rate limiter should be allowed to share between different rocksdb instances in C API 6 years ago
Mike Kolupaev affe01b0d5 Improve write time breakdown stats 6 years ago
Siying Dong d5afa73789 Revert "Skip deleted WALs during recovery" 6 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 6 years ago
Maysam Yabandeh c3d1e36cce WritePrepared Txn: enable TryAgain for duplicates at the end of the batch 6 years ago
przemyslaw.skibinski@percona.com dee95a1afc Fix GitHub issue #3716: gcc-8 warnings 6 years ago
Zhongyi Xie e1e826b980 check return status for Sync() and Append() calls to avoid corruption 6 years ago
Yi Wu ad511684b2 Add block cache related DB properties 6 years ago
Yanqin Jin 5e48811844 Initialize a boolean member variable of a struct. 6 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 6 years ago
zhangjinpeng1987 31ee4bf240 add kEntryRangeDeletion 6 years ago
Yanqin Jin c81b0abedd Improve accuracy of I/O stats collection of external SST ingestion. 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Yanqin Jin d42bd041c5 Improve visibility into the reasons for compaction. 6 years ago
Andrew Kryczka 019d7894eb fix calling SetOptions on deprecated options 6 years ago
Yanqin Jin d95014b9df fix some text in comments. 6 years ago
Zhongyi Xie 2770a94c42 make MockTimeEnv::current_time_ atomic to fix data race 6 years ago
Gihwan Oh 65fe8d6cd6 Change a comment 6 years ago
Andrew Kryczka 1c27cbfbd1 fix intra-L0 FIFO for uncompressed use case 6 years ago
Zhongyi Xie f3a1d9e049 fix data race 6 years ago
Maysam Yabandeh bde1c1a72a WritePrepared Txn: add stats 6 years ago
Gihwan Oh 74767deec3 Fix typo 6 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 6 years ago
Dmitri Smirnov 147dfc7bdf Fix pre_release callback argument list. 6 years ago
Zhongyi Xie c827b2dc2a fix build for rocksdb lite 6 years ago
Sagar Vemuri 7d9067991e Ttl-triggered and snapshot-release-triggered compactions should not be manual compactions 6 years ago
Sagar Vemuri 04c11b867d Level Compaction with TTL 6 years ago
Maysam Yabandeh b225de7e10 WritePrepared Txn: smallest_prepare optimization 6 years ago
Amy Tai 1579626d0d Enable cancelling manual compactions if they hit the sfm size limit 6 years ago
Zhongyi Xie 44653c7b7a Revert "Avoid adding tombstones of the same file to RangeDelAggregato… 6 years ago
Fosco Marotto d12112d05e Throw NoSpace instead of IOError when out of space. 6 years ago
Maysam Yabandeh 73f21a7b21 Skip deleted WALs during recovery 6 years ago
Maysam Yabandeh 89d989ed75 WritePrepared Txn: fix a bug in publishing recoverable state seq 6 years ago
Maysam Yabandeh 0377ff9dea WritePrepared Txn: make recoverable state visible after flush 6 years ago
Yanqin Jin 1f5def1653 Fix race condition causing double deletion of ssts 6 years ago
Maysam Yabandeh 35a4469bbf Fix race condition via concurrent FlushWAL 6 years ago
Maysam Yabandeh 3e417a6607 WritePrepared Txn: AddPrepared for all sub-batches 6 years ago
Dmitri Smirnov d382ae7de6 Imporve perf of random read and insert compare by suggesting inlining to the compiler 6 years ago
LingBin e80709a33a Avoid adding tombstones of the same file to RangeDelAggregator multiple times 6 years ago
Radoslaw Zarzynski 09b6bf828a InlineSkiplist: don't decode keys unnecessarily during comparisons 6 years ago