InnoDB is the storage engine that
MySQL customers typically use in production databases where
reliability and concurrency are important. Because
InnoDB is the default storage engine in MySQL
5.5 and higher, you can expect to see InnoDB
tables more often than before. This section explains how to
optimize database operations for InnoDB tables.