Summary: Fixes blog author display issues on rocksdb.org/blog by: * Adding missing authors to authors.yml: pdillinger, alanpaxton, akankshamahajan15, anand1976, poojam23 * Standardizing on GitHub usernames: renamed sdong → siying * Fixing typo in 2016-02-25-rocksdb-ama.markdown: yhchiang → yhciang * A short note in CLAUDE.md Authors were not showing on the blog because they were referenced in post frontmatter but not defined in the _data/authors.yml lookup file. Pull Request resolved: https://github.com/facebook/rocksdb/pull/14342 Test Plan: push & see ;) Reviewed By: mszeszko-meta Differential Revision: D93523972 Pulled By: pdillinger fbshipit-source-id: 757c33e80f3c1d99ff4134a37321f40634d6e294
20 lines
730 B
Markdown
20 lines
730 B
Markdown
---
|
||
title: RocksDB AMA
|
||
layout: post
|
||
author: yhciang
|
||
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/)
|