]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/docs/_posts/2014-05-22-rocksdb-3-1-release.markdown
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / rocksdb / docs / _posts / 2014-05-22-rocksdb-3-1-release.markdown
1 ---
2 title: RocksDB 3.1 release
3 layout: post
4 author: icanadi
5 category: blog
6 redirect_from:
7 - /blog/575/rocksdb-3-1-release/
8 ---
9
10 Check out the new release on [Github](https://github.com/facebook/rocksdb/releases/tag/rocksdb-3.1)!
11
12 New features in RocksDB 3.1:
13
14 * [Materialized hash index](https://github.com/facebook/rocksdb/commit/0b3d03d026a7248e438341264b4c6df339edc1d7)
15
16
17 * [FIFO compaction style](https://github.com/facebook/rocksdb/wiki/FIFO-compaction-style)
18
19
20 We released 3.1 so fast after 3.0 because one of our internal customers needed materialized hash index.