Commit Graph

786 Commits (18c63af6ef2b9f014c404b88488ae52e6fead03c)

Author SHA1 Message Date
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
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
John Alexander 4fd08f4b8b Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeForMutex (#1308) 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
Islam AbdelRahman 5e2c796589 Make DBTest.CompressionStatsTest more deterministic 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago