You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/docs/_posts/2014-05-19-rocksdb-3-0-rele...

24 lines
662 B

---
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).