8.5 Optimizing for InnoDB Tables (original) (raw)
InnoDB is the storage engine that MySQL customers typically use in production databases where reliability and concurrency are important.InnoDB
is the default storage engine in MySQL. This section explains how to optimize database operations forInnoDB
tables.