Commit Graph

399 Commits (171f415b306c65d515d13272e134a7a7647d0e7a)

Author SHA1 Message Date
Siying Dong 63c965cdb4 Sync parent directory after deleting a file in delete scheduler 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 6 years ago
Mike Kolupaev affe01b0d5 Improve write time breakdown stats 6 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 6 years ago
Yi Wu ad511684b2 Add block cache related DB properties 6 years ago
Andrew Kryczka 3cea61392f include thread-pool priority in thread names 6 years ago
Maysam Yabandeh d15397ba10 WritePrepared Txn: rollback_merge_operands hack 6 years ago
Maysam Yabandeh d2bcd7611f Fix the memory leak with pinned partitioned filters 6 years ago
Adam Retter ca87aef82d Added support for SstFileManager to RocksJava 6 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 6 years ago
Sagar Vemuri 04c11b867d Level Compaction with TTL 6 years ago
Anand Ananthabhotla f9f4d40f93 Align SST file data blocks to avoid spanning multiple pages 6 years ago
Maysam Yabandeh 35a4469bbf Fix race condition via concurrent FlushWAL 6 years ago
Sagar Vemuri 7ffce2805b Add Java-API-Changes section to History 6 years ago
Sagar Vemuri 2e3d407778 Fsync after writing global seq number in ExternalSstFileIngestionJob 6 years ago
Siying Dong 118058ba69 SstFileManager: add bytes_max_delete_chunk 6 years ago
Fosco Marotto de6cf95a53 Update history for future 5.13 release 6 years ago
Andrew Kryczka 0cdaa1a804 Fix WAL corruption from checkpoint/backup race condition 6 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 6 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 6 years ago
Andrew Kryczka 20c508c1ed Enable subcompactions in manual level-based compaction 6 years ago
Yi Wu 1209b6db5c Blob DB: remove existing garbage collection implementation 6 years ago
Maysam Yabandeh d060421c77 Fix a leak in prepared_section_completed_ 6 years ago
Yi Wu bf937cf15b Add "rocksdb.live-sst-files-size" DB property 6 years ago
Andrew Kryczka 3ae0047278 skip CompactRange flush based on memtable contents 6 years ago
Zhongyi Xie 243220d08a Update HISTORY.md to 5.12.0 6 years ago
Siying Dong 4624edc440 RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument only ingores options from higher version. 6 years ago
Andrew Kryczka 1960e73e21 fix handling of empty string as checkpoint directory 6 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 6 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 6 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