1ec75ee76b
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
25 lines
581 B
Markdown
25 lines
581 B
Markdown
---
|
|
title: RocksDB 3.1 release
|
|
layout: post
|
|
author: icanadi
|
|
category: blog
|
|
redirect_from:
|
|
- /blog/575/rocksdb-3-1-release/
|
|
---
|
|
|
|
Check out the new release on [Github](https://github.com/facebook/rocksdb/releases/tag/rocksdb-3.1)!
|
|
|
|
New features in RocksDB 3.1:
|
|
|
|
|
|
|
|
|
|
* [Materialized hash index](https://github.com/facebook/rocksdb/commit/0b3d03d026a7248e438341264b4c6df339edc1d7)
|
|
|
|
|
|
* [FIFO compaction style](https://github.com/facebook/rocksdb/wiki/FIFO-compaction-style)
|
|
|
|
|
|
|
|
We released 3.1 so fast after 3.0 because one of our internal customers needed materialized hash index.
|