Commit Graph

374 Commits (30649dc6a10b9de3df91b76e8c1d187b43d6e8e0)

Author SHA1 Message Date
Zhongyi Xie 243220d08a Update HISTORY.md to 5.12.0 7 years ago
Siying Dong 4624edc440 RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument only ingores options from higher version. 7 years ago
Andrew Kryczka 1960e73e21 fix handling of empty string as checkpoint directory 7 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 7 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 7 years ago
Huachao Huang ab43ff58b5 Delete files in multiple ranges at once 7 years ago
Sagar Vemuri d938226af4 Improve performance of long range scans with readahead 7 years ago
Yi Wu 35d8e65a04 Make Iterator::SeekForPrev pure virtual 7 years ago
Yi Wu f1cb83fcf4 Fix Flush() keep waiting after flush finish 7 years ago
Andrew Kryczka 46e599fc6b fix live WALs purged while file deletions disabled 7 years ago
yingsu00 f54d7f5fea Port 3 way SSE4.2 crc32c implementation from Folly 7 years ago
Siying Dong 0d5692e02b Switch version to 5.10 7 years ago
Andrew Kryczka e3814a8608 revert fbcode build behavior 7 years ago
Andrew Kryczka 53a516ab58 update history for recent commits 7 years ago
Yi Wu 20995c5729 Make iterator invalid on Merge error 7 years ago
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