Commit Graph

359 Commits (18dcf7f98d909cfd2093acbba907c41c2f6a8e61)

Author SHA1 Message Date
Yi Wu 3cf562be31 Fix IOError on WAL write doesn't propagate to write group follower 7 years ago
Gustav Davidsson 2d04ed65e4 Make trash-to-DB size ratio limit configurable 7 years ago
Zhongyi Xie 32e31d49d1 Make DBOption compaction_readahead_size dynamic 7 years ago
Andrew Kryczka cd124215df release 5.9 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Yi Wu 792ef10ca8 Return Status::InvalidArgument if user request sync write while disabling WAL 7 years ago
Islam AbdelRahman 05993155ef Mark files as trash by using .trash extension 7 years ago
Andrew Kryczka 95667383db implement lower bound for iterators 7 years ago
Andrew Kryczka 9b18cc2363 single-file bottom-level compaction when snapshot released 7 years ago
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 7 years ago
Andrew Kryczka 57fd4a823b update HISTORY with recent changes 7 years ago
Sagar Vemuri f0804db7f7 Make FIFO compaction options dynamically configurable 7 years ago
Andrew Kryczka 1026e794a3 rate limit auto-tuning 7 years ago
Quinn Jarrell 6a541afcc4 Make bytes_per_sync and wal_bytes_per_sync mutable 7 years ago
Zhongyi Xie 1d6700f9e6 Add test kPointInTimeRecoveryCFConsistency 7 years ago
Andrew Kryczka f5148ade10 support opening zero backups during engine init 7 years ago
Maysam Yabandeh 266ac245af Bumping version to 5.8 7 years ago
Andrew Kryczka 64185c23ad update HISTORY.md for DeleteRange bug fix 7 years ago
Andrew Kryczka 7fbb9eccaf support disabling checksum in block-based table 7 years ago
Andrew Kryczka 234f33a3f9 allow nullptr Slice only as sentinel 7 years ago
Andrew Kryczka 867fe92e5e Scale histogram bucket size by constant factor 7 years ago
Maysam Yabandeh 0d8e992b47 Revert the mistake in version update 7 years ago
Andrew Kryczka 5358a80568 add VerifyChecksum to HISTORY.md 7 years ago
Maysam Yabandeh 1efc600ddf Preload l0 index partitions 7 years ago
Sagar Vemuri 9a44b4c32c Allow merge operator to be called even with a single operand 7 years ago
Andrew Kryczka af012c0f83 fix deleterange with memtable prefix bloom 7 years ago
Andrew Kryczka acf935e40f fix deletion dropping in intra-L0 7 years ago
Andrew Kryczka cc01985db0 Introduce bottom-pri thread pool for large universal compactions 7 years ago
Andrew Kryczka 6a36b3a7b9 fix db get/write stats 7 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 7 years ago
Maysam Yabandeh 277f6f23d4 Release note for partitioned index/filters 7 years ago
Siying Dong e67b35c076 Add Iterator::Refresh() 7 years ago
Islam AbdelRahman 20a691d98f Update HISTORY to release 5.7 7 years ago
Andrew Kryczka f4ae1bab02 update history for OnBackgroundError and DeleteRange fix 7 years ago
Sagar Vemuri 1cd45cd1b3 FIFO Compaction with TTL 7 years ago
Siying Dong 7061912c23 Trivial typo in HISTORY.md 7 years ago
Siying Dong d757355cbf Fix bug that flush doesn't respond to fsync result 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Andrew Kryczka e97304c681 update history for 5.6 7 years ago
Siying Dong 5582123dee Sample number of reads per SST file 7 years ago
Aaron Gao a472c4ae4c update 5.5 change log 7 years ago
Siying Dong 52a7f38b19 WriteOptions.low_pri which can throttle low pri writes if needed 7 years ago
Aaron Gao 7f6c02dda1 using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 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 bb01c1880c Introduce max_background_jobs mutable option 7 years ago
Siying Dong 41cbb72749 options.delayed_write_rate use the rate of rate_limiter by default. 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Andrew Kryczka ac39d6bec5 Core-local statistics 7 years ago
Yi Wu 07bdcb91fe New WriteImpl to pipeline WAL/memtable write 7 years ago