Revision 66ed58083aa0551d130980d277df4e7eb01e8eb6 authored by Yanqin Jin on 17 March 2020, 17:47:36 UTC, committed by Facebook GitHub Bot on 17 March 2020, 17:50:48 UTC
Summary:
Reduce runtime by reducing test scale to avoid test time-outs.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6546

Test Plan:
time ./db_with_timestamp_basic_test
and watch internal tests.

Reviewed By: zhichao-cao

Differential Revision: D20479292

Pulled By: riversand963

fbshipit-source-id: c9e4a155be7699dd4de60fa531de86d442a3ba0a
1 parent 098dce2
Raw File
2014-05-19-rocksdb-3-0-release.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

<!--truncate-->

Check out the full [change log](https://github.com/facebook/rocksdb/blob/3.0.fb/HISTORY.md).
back to top