-
Notifications
You must be signed in to change notification settings - Fork 712
MyRocks Coding Conventions
Jay Edgar edited this page Mar 16, 2017
·
4 revisions
The coding conventions for the MyRocks code in storage/rocksdb/
is based on the default clang format with a few minor changes. The file storage/rocksdb/.clang-format
describes conventions and can be integrated with Vim or Emacs as described here.
All code outside of storage/rocksdb/
should follow the MySQL Coding Conventions.
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