Commit Graph

844 Commits (f0edf9d57554c7726c58cc2c08aa8193f88f3240)

Author SHA1 Message Date
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. 7 years ago
Siying Dong e15382c09c Disable two flaky tests 7 years ago
Andrew Kryczka f6a27d0bce Extract statistics tests into separate file 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 7 years ago
Siying Dong 91b5feb37b Fix Windows Build broken by a recent commit 7 years ago
Daniel Black f4fce4751e Fix clang compile error - [-Werror,-Wunused-lambda-capture] 7 years ago
Siying Dong 15950fe3a0 Remove ASSERT_EQ(boolean, ...) 7 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 7 years ago
Andrew Kryczka f2817fb7f9 avoid ASSERT_EQ(false, ...); 7 years ago
Andrew Kryczka 5b11124e39 add max to histogram stats 7 years ago
Andrew Kryczka 18fc1bc0e0 minor changes for rate limiter test flakiness 7 years ago
Andrew Kryczka 4561275c2d fix rate limiter test flakiness 7 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 7 years ago
Siying Dong 8ad0fcdf99 Separate small subset tests in DBTest 7 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
Siying Dong 1ba2804b7f Remove XFunc tests 7 years ago
Yi Wu 381fd32247 Remove timeout_hint_us from WriteOptions 7 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 7 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
Maysam Yabandeh 182b940e70 Add WriteOptions.no_slowdown 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Siying Dong 1b295ac8ae DBTest.GetThreadStatus: Wait for test results for longer 8 years ago
Siying Dong 9ee84067f6 Disable DBTest.RepeatedWritesToSameKey (#1420) 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago