This document provides an overview of MyRocks, a storage engine for MySQL/MariaDB that uses the RocksDB key-value store. It discusses the write amplification issues with InnoDB, how LSM trees in RocksDB address these issues through log-structured merging, and benchmarks showing the size, write amplification, and performance improvements MyRocks provides over InnoDB. It also outlines the process of integrating MyRocks into MariaDB, current status as an alpha plugin, and plans to improve support and testing.