RocksDB v4.13.0 Release Notes

Release Date: 2016-10-18 // over 7 years ago
  • Public API Change

    • DB::GetOptions() reflect dynamic changed options (i.e. through DB::SetOptions()) and return copy of options instead of reference.
    • โž• Added Statistics::getAndResetTickerCount().

    ๐Ÿ†• New Features

    • Add DB::SetDBOptions() to dynamic change base_background_compactions and max_background_compactions.
    • โž• Added Iterator::SeekForPrev(). This new API will seek to the last key that less than or equal to the target key.