February 2018
Intermediate to advanced
510 pages
16h 10m
English
InnoDB is the default and most general-purpose storage engine in MySQL 8, providing high reliability and high performance.
If you have not configured a different default storage engine, then issuing the SQL statement CREATE TABLE without the ENGINE = clause creates a table with the storage engine InnoDB as the default engine in MySQL 8.
The features and advantages offered by the InnoDB storage engine are explained later in the The InnoDB storage engine section.
Read now
Unlock full access