Commit 6e84698a authored by Yi Wu's avatar Yi Wu

address some comments

Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
parent 02953c32
*.a
*.o
*.swp
*_test
titandb_bench
titandb_stress
build/
.idea/
.vscode/
# Titan: A RocksDB Plugin to Reduce Write Amplification
Titan is RocksDB Plugin for key-value separation, inspired by
Titan is a RocksDB Plugin for key-value separation, inspired by
[WiscKey](https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf).
For introduction and design details, see our
[blog post](https://pingcap.com/blog/titan-storage-engine-design-and-implementation/).
## Build and Test
Titan rely on RocksDB source code to build. You need to checkout RocksDB source code locally,
Titan relies on RocksDB source code to build. You need to checkout RocksDB source code locally,
and provide the path to Titan build script.
```
# To build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment