RocksDB v3.9.0 Release Notes

Release Date: 2014-12-08 // over 9 years ago
  • ๐Ÿ†• New Features

    • โž• Add rocksdb::GetThreadList(), which in the future will return the current status of all rocksdb-related threads. We will have more code instruments in the following RocksDB releases.
    • ๐Ÿ”„ Change convert function in rocksdb/utilities/convenience.h to return Status instead of boolean. Also add support for nested options in convert function

    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.