RocksDB v3.1.0 Release Notes

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

    • Replaced ColumnFamilyOptions::table_properties_collectors with ColumnFamilyOptions::table_properties_collector_factories

    ๐Ÿ†• New Features

    • Hash index for block-based table will be materialized and reconstructed more efficiently. Previously hash index is constructed by scanning the whole table during every table open.
    • ๐Ÿ’… FIFO compaction style