MySQL 9.1 Release Notes
Table of Contents
- 17.1 Introduction to InnoDB
- 17.2 InnoDB and the ACID Model
- 17.3 InnoDB Multi-Versioning
- 17.4 InnoDB Architecture
- 17.5 InnoDB In-Memory Structures
- 17.6 InnoDB On-Disk Structures
- 17.7 InnoDB Locking and Transaction Model
- 17.8 InnoDB Configuration
- 17.8.1 InnoDB Startup Configuration
- 17.8.2 Configuring InnoDB for Read-Only Operation
- 17.8.3 InnoDB Buffer Pool Configuration
- 17.8.4 Configuring Thread Concurrency for InnoDB
- 17.8.5 Configuring the Number of Background InnoDB I/O Threads
- 17.8.6 Using Asynchronous I/O on Linux
- 17.8.7 Configuring InnoDB I/O Capacity
- 17.8.8 Configuring Spin Lock Polling
- 17.8.9 Purge Configuration
- 17.8.10 Configuring Optimizer Statistics for InnoDB
- 17.8.11 Configuring the Merge Threshold for Index Pages
- 17.8.12 Enabling Automatic InnoDB Configuration for a Dedicated MySQL Server
- 17.9 InnoDB Table and Page Compression
- 17.10 InnoDB Row Formats
- 17.11 InnoDB Disk I/O and File Space Management
- 17.12 InnoDB and Online DDL
- 17.12.1 Online DDL Operations
- 17.12.2 Online DDL Performance and Concurrency
- 17.12.3 Online DDL Space Requirements
- 17.12.4 Online DDL Memory Management
- 17.12.5 Configuring Parallel Threads for Online DDL Operations
- 17.12.6 Simplifying DDL Statements with Online DDL
- 17.12.7 Online DDL Failure Conditions
- 17.12.8 Online DDL Limitations
- 17.13 InnoDB Data-at-Rest Encryption
- 17.14 InnoDB Startup Options and System Variables
- 17.15 InnoDB INFORMATION_SCHEMA Tables
- 17.15.1 InnoDB INFORMATION_SCHEMA Tables about Compression
- 17.15.2 InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- 17.15.3 InnoDB INFORMATION_SCHEMA Schema Object Tables
- 17.15.4 InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables
- 17.15.5 InnoDB INFORMATION_SCHEMA Buffer Pool Tables
- 17.15.6 InnoDB INFORMATION_SCHEMA Metrics Table
- 17.15.7 InnoDB INFORMATION_SCHEMA Temporary Table Info Table
- 17.15.8 Retrieving InnoDB Tablespace Metadata from INFORMATION_SCHEMA.FILES
- 17.16 InnoDB Integration with MySQL Performance Schema
- 17.17 InnoDB Monitors
- 17.18 InnoDB Backup and Recovery
- 17.19 InnoDB and MySQL Replication
- 17.20 InnoDB Troubleshooting
- 17.21 InnoDB Limits
- 17.22 InnoDB Restrictions and Limitations