RocksDB v3.0.0 Release Notes

Release Date: 2014-05-05 // almost 10 years ago
  • Public API changes

    • ➕ Added _LEVEL to all InfoLogLevel enums
    • 👀 Deprecated ReadOptions.prefix and ReadOptions.prefix_seek. Seek() defaults to prefix-based seek when Options.prefix_extractor is supplied. More detail is documented in https://github.com/facebook/rocksdb/wiki/Prefix-Seek-API-Changes
    • MemTableRepFactory::CreateMemTableRep() takes info logger as an extra parameter.

    🆕 New Features

    • 👍 Column family support
    • ➕ Added an option to use different checksum functions in BlockBasedTableOptions
    • ➕ Added ApplyToAllCacheEntries() function to Cache