MySQL 5.7 Release Notes
Table of Contents
- 14.1 Introduction to InnoDB
- 14.2 InnoDB and the ACID Model
- 14.3 InnoDB Multi-Versioning
- 14.4 InnoDB Architecture
- 14.5 InnoDB In-Memory Structures
- 14.6 InnoDB On-Disk Structures
- 14.7 InnoDB Locking and Transaction Model
- 14.8 InnoDB Configuration
- 14.8.1 InnoDB Startup Configuration
- 14.8.2 Configuring InnoDB for Read-Only Operation
- 14.8.3 InnoDB Buffer Pool Configuration
- 14.8.4 Configuring the Memory Allocator for InnoDB
- 14.8.5 Configuring Thread Concurrency for InnoDB
- 14.8.6 Configuring the Number of Background InnoDB I/O Threads
- 14.8.7 Using Asynchronous I/O on Linux
- 14.8.8 Configuring InnoDB I/O Capacity
- 14.8.9 Configuring Spin Lock Polling
- 14.8.10 Purge Configuration
- 14.8.11 Configuring Optimizer Statistics for InnoDB
- 14.8.12 Configuring the Merge Threshold for Index Pages
- 14.9 InnoDB Table and Page Compression
- 14.10 InnoDB File-Format Management
- 14.11 InnoDB Row Formats
- 14.12 InnoDB Disk I/O and File Space Management
- 14.13 InnoDB and Online DDL
- 14.14 InnoDB Data-at-Rest Encryption
- 14.15 InnoDB Startup Options and System Variables
- 14.16 InnoDB INFORMATION_SCHEMA Tables
- 14.16.1 InnoDB INFORMATION_SCHEMA Tables about Compression
- 14.16.2 InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- 14.16.3 InnoDB INFORMATION_SCHEMA System Tables
- 14.16.4 InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables
- 14.16.5 InnoDB INFORMATION_SCHEMA Buffer Pool Tables
- 14.16.6 InnoDB INFORMATION_SCHEMA Metrics Table
- 14.16.7 InnoDB INFORMATION_SCHEMA Temporary Table Info Table
- 14.16.8 Retrieving InnoDB Tablespace Metadata from INFORMATION_SCHEMA.FILES
- 14.17 InnoDB Integration with MySQL Performance Schema
- 14.18 InnoDB Monitors
- 14.19 InnoDB Backup and Recovery
- 14.20 InnoDB and MySQL Replication
- 14.21 InnoDB memcached Plugin
- 14.21.1 Benefits of the InnoDB memcached Plugin
- 14.21.2 InnoDB memcached Architecture
- 14.21.3 Setting Up the InnoDB memcached Plugin
- 14.21.4 Security Considerations for the InnoDB memcached Plugin
- 14.21.5 Writing Applications for the InnoDB memcached Plugin
- 14.21.6 The InnoDB memcached Plugin and Replication
- 14.21.7 InnoDB memcached Plugin Internals
- 14.21.8 Troubleshooting the InnoDB memcached Plugin
- 14.22 InnoDB Troubleshooting
- 14.23 InnoDB Limits
- 14.24 InnoDB Restrictions and Limitations