Y
Hacker News
new
|
ask
|
show
|
jobs
by
karmakaze
906 days ago
RocksDB is a fork of Google's LevelDB, a KV store using Log Structured Merge Tree (LSM tree) which is great for high write workloads. The MySQL storage engine that uses RocksDB is called MyRocks[0].
[0]
http://myrocks.io/