Skip to content
Yoshinori Matsunobu edited this page Nov 12, 2015 · 12 revisions

Welcome to MyRocks (MySQL on RocksDB)

Facebook's MySQL 5.6 repository includes RocksDB storage engine which we call MyRocks. RocksDB is LSM database and well optimized on Flash storage -- much smaller space, much smaller write volume (write amplification) with small read penalty compared to InnoDB.

Clone this wiki locally