---
title: RocksDB 3.0 release
layout: post
author: icanadi
category: blog
redirect_from:
  - /blog/557/rocksdb-3-0-release/
---

Check out new RocksDB release on [Github](https://github.com/facebook/rocksdb/releases/tag/3.0.fb)!

New features in RocksDB 3.0:

  * [Column Family support](https://github.com/facebook/rocksdb/wiki/Column-Families)


  * [Ability to chose different checksum function](https://github.com/facebook/rocksdb/commit/0afc8bc29a5800e3212388c327c750d32e31f3d6)


  * Deprecated ReadOptions::prefix_seek and ReadOptions::prefix

<!--truncate-->

Check out the full [change log](https://github.com/facebook/rocksdb/blob/3.0.fb/HISTORY.md).