fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
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.
23 lines
531 B
23 lines
531 B
8 years ago
|
---
|
||
|
title: RocksDB 3.1 release
|
||
|
layout: post
|
||
|
author: icanadi
|
||
|
category: blog
|
||
|
---
|
||
|
|
||
|
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.
|