github facebook/rocksdb v7.0.3
RocksDB 7.0.3

latest releases: v9.6.1, v9.5.2, v9.4.0...
2 years ago

7.0.3 (2022-03-25)

Bug Fixes

  • Fixed a major performance bug in which Bloom filters generated by pre-7.0 releases are not read by early 7.0.x releases (and vice-versa) due to changes to FilterPolicy::Name() in #9590. This can severely impact read performance and read I/O on upgrade or downgrade with existing DB, but not data correctness.
  • Fixed a bug that Iterator::Refresh() reads stale keys after DeleteRange() performed.

Public API changes

  • Added pure virtual FilterPolicy::CompatibilityName(), which is needed for fixing major performance bug involving FilterPolicy naming in SST metadata without affecting Customizable aspect of FilterPolicy. For source code, this change only affects those with their own custom or wrapper FilterPolicy classes, but does break compiled library binary compatibility in a patch release.
  • Since RocksDB 7, RocksJava now requires Java 8 (previously Java 7).

Don't miss a new rocksdb release

NewReleases is sending notifications on new releases.