Skip to content

RocksDB 3.9.1

Compare
Choose a tag to compare
@yhchiang yhchiang released this 11 Dec 18:34
· 5 commits to 3.9.fb since this release

Public API changes

  • New API to create a checkpoint added. Given a directory name, creates a new
    database which is an image of the existing database.
    *New API LinkFile added to Env. If you implement your own Env class, an
    implementation of the API LinkFile will have to be provided.
  • MemTableRep takes MemTableAllocator instead of Arena

Improvements

  • RocksDBLite library now becomes smaller and will be compiled with -fno-exceptions flag.