Skip to content

Releases: facebook/rocksdb

v5.5.3

17 Jul 21:33
Compare
Choose a tag to compare

5.5.3 release.

RocksDB 5.5.3

17 Jul 21:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix LITE build error.

v5.5.2

13 Jul 19:13
Compare
Choose a tag to compare

5.5.2 release.

RocksDB 5.5.2

13 Jul 19:10
Compare
Choose a tag to compare

Re-tagging 5.5.1 release. No changes from 5.5.1.

RocksDB 5.5.1

03 Jul 17:20
Compare
Choose a tag to compare

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

03 Jul 17:17
Compare
Choose a tag to compare

5.4.7 release.

RocksDB 5.4.7

03 Jul 17:17
Compare
Choose a tag to compare

Bug Fixes

  • Shouldn't ignore return value of fsync() in flush.

v5.4.6

30 May 23:50
Compare
Choose a tag to compare

5.4.6 release.

RocksDB 5.4.6

30 May 23:47
Compare
Choose a tag to compare

Bug Fixes

  • Fix db_bench with lite build.

v5.4.5

26 May 20:35
Compare
Choose a tag to compare

5.4.5 release.