-
Notifications
You must be signed in to change notification settings - Fork 712
Home
Our repository is based on WebscaleSQL's 5.6 branch. We have added a number of significant features to our code.
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 a B+ tree implementation such as InnoDB. The MyRocks project adds a new storage engine into MySQL using RocksDB.
DocStore is a JSON-styled document database built using MySQL. At the foundation we are enhancing MySQL to support efficient storage and querying of document data.
New performance data and statistics information have been added to the InnoDB storage engine. Among them are new new Information Schema tables and additional slow query log data.
Support for features such as defragmentation and compression in InnoDB (some of which are already in WebscaleSQL).
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