-
Notifications
You must be signed in to change notification settings - Fork 713
Home
Yoshinori Matsunobu edited this page Nov 12, 2015
·
12 revisions
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.
Documentation license here.
Installation
MyRocks
- Overview
- Transaction
- Backup
- Performance Tuning
- Monitoring
- Migration
- Internals
- Vector Database
DocStore
- Document column type
- Document Path: a new way to query JSON data
- Built-in Functions for JSON documents
MySQL/InnoDB Enhancements