Releases: facebook/rocksdb
Releases · facebook/rocksdb
v5.5.3
5.5.3 release.
RocksDB 5.5.3
Bug Fixes
- Fix LITE build error.
v5.5.2
5.5.2 release.
RocksDB 5.5.2
Re-tagging 5.5.1 release. No changes from 5.5.1.
RocksDB 5.5.1
New Features
- FIFO compaction to support Intra L0 compaction too with CompactionOptionsFIFO.allow_compaction=true.
- DB::ResetStats() to reset internal stats.
- Statistics::Reset() to reset user stats.
- ldb add option --try_load_options, which will open DB with its own option file.
- Introduce WriteBatch::PopSavePoint to pop the most recent save point explicitly.
- Support dynamically change
max_open_files
option via SetDBOptions() - Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
- Add debugging function
GetAllKeyVersions
to see internal versions of a range of keys. - Support file ingestion with universal compaction style
- Support file ingestion behind with option
allow_ingest_behind
- New option enable_pipelined_write which may improve write throughput in case writing from multiple threads and WAL enabled.
Bug Fixes
- Fix the bug that Direct I/O uses direct reads for non-SST file
v5.4.7
RocksDB 5.4.7
Bug Fixes
- Shouldn't ignore return value of fsync() in flush.
v5.4.6
5.4.6 release.
RocksDB 5.4.6
Bug Fixes
- Fix db_bench with lite build.