rocksdb/docs/_posts/2014-05-19-rocksdb-3-0-release.markdown
Joel Marcey 1ec75ee76b Add redirects from old blog posts link to new format
Summary:
The new blog post links will be formatted differently coming over to gh-pages. But
we can redirect from the old style over to the new style for existing blog posts.

Test Plan:
Visual

https://www.facebook.com/pxlcld/pvWQ

Reviewers: lgalanis, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D63513
2016-09-06 21:07:13 -07:00

28 lines
650 B
Markdown

---
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
Check out the full [change log](https://github.com/facebook/rocksdb/blob/3.0.fb/HISTORY.md).