3c2262400f
Summary: Tried to: - preserve existing links - move existing images over (there were 2) - preserve codeblocks (modified where apprporiate) - etc. Also as agreed upon: - All blog posts are preserved. - Comments are not preserved. - Not turning on comments for future blog posts (use the FB developer group instead). - Like button at the end of the blog post. Depends on https://reviews.facebook.net/D63051 Test Plan: Visual Reviewers: IslamAbdelRahman, lgalanis Reviewed By: lgalanis Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D63105
26 lines
600 B
Markdown
26 lines
600 B
Markdown
---
|
|
title: RocksDB 3.0 release
|
|
layout: post
|
|
author: icanadi
|
|
category: blog
|
|
---
|
|
|
|
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).
|