Commit Graph

802 Commits (be410dede8c02de1d430634bd719d3d8710aa5da)

Author SHA1 Message Date
Andrew Kryczka c4c1f961e7 dynamically change current memtable size 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Yi Wu 792ef10ca8 Return Status::InvalidArgument if user request sync write while disabling WAL 7 years ago
Sagar Vemuri a02ed12638 Exclude DBTest.DynamicFIFOCompactionOptions test under RocksDB Lite 7 years ago
Sagar Vemuri f0804db7f7 Make FIFO compaction options dynamically configurable 7 years ago
Adrien Schildknecht 01542400a8 Inform caller when rocksdb is stalling writes 7 years ago
Andrew Kryczka 025b85b4ac speedup DBTest.EncodeDecompressedBlockSizeTest 7 years ago
Artem Danilov 8a6708f5f2 Extend property map with compaction stats 7 years ago
Siying Dong 71598cdc75 Fix false removal of tombstone issue in FIFO and kCompactionStyleNone 7 years ago
Aaron G 7848f0b24c add VerifyChecksum() to db.h 7 years ago
Sagar Vemuri ac748c57ed Fix FIFO Compaction with TTL tests 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Sushma Devendrappa 0655b58582 enable PinnableSlice for RowCache 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Sagar Vemuri 56656e12d6 Temporarily disable FIFOCompactionWithTTLTest 7 years ago
Sagar Vemuri 1cd45cd1b3 FIFO Compaction with TTL 7 years ago
Siying Dong 52a7f38b19 WriteOptions.low_pri which can throttle low pri writes if needed 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Siying Dong 264d3f540c Allow IntraL0 compaction in FIFO Compaction 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Siying Dong e15382c09c Disable two flaky tests 8 years ago
Andrew Kryczka f6a27d0bce Extract statistics tests into separate file 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 8 years ago
Siying Dong 91b5feb37b Fix Windows Build broken by a recent commit 8 years ago
Daniel Black f4fce4751e Fix clang compile error - [-Werror,-Wunused-lambda-capture] 8 years ago
Siying Dong 15950fe3a0 Remove ASSERT_EQ(boolean, ...) 8 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 8 years ago
Andrew Kryczka f2817fb7f9 avoid ASSERT_EQ(false, ...); 8 years ago
Andrew Kryczka 5b11124e39 add max to histogram stats 8 years ago
Andrew Kryczka 18fc1bc0e0 minor changes for rate limiter test flakiness 8 years ago
Andrew Kryczka 4561275c2d fix rate limiter test flakiness 8 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 8 years ago
Siying Dong 8ad0fcdf99 Separate small subset tests in DBTest 8 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 8 years ago
Siying Dong 1ba2804b7f Remove XFunc tests 8 years ago
Yi Wu 381fd32247 Remove timeout_hint_us from WriteOptions 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Dmitri Smirnov 3c233ca4ea Fix Windows environment issues 8 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 8 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 8 years ago
Adam Retter 85ac1a320a Fix rocksdb::Status::getState 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Daniel Black bfbcec2339 Gcc 7 error expansion to defined 8 years ago
Siying Dong cd7c4143d7 Improve Write Stalling System 8 years ago