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
2016-02-25-rocksdb-ama.markdown
---
title: RocksDB AMA
layout: post
author: yhchiang
category: blog
redirect_from:
  - /blog/3065/rocksdb-ama/
---

RocksDB developers are doing a Reddit Ask-Me-Anything now at 10AM – 11AM PDT! We welcome you to stop by and ask any RocksDB related questions, including existing / upcoming features, tuning tips, or database design.

Here are some enhancements that we'd like to focus on over the next six months:

* 2-Phase Commit
* Lua support in some custom functions
* Backup and repair tools
* Direct I/O to bypass OS cache
* RocksDB Java API

[https://www.reddit.com/r/IAmA/comments/47k1si/we_are_rocksdb_developers_ask_us_anything/](https://www.reddit.com/r/IAmA/comments/47k1si/we_are_rocksdb_developers_ask_us_anything/)
back to top