Storage Engines
MySQL is internally structured in such a way that the low-level tasks of storing and managing data are implemented by the plugable storage engine architecture. MySQL AB and other companies are active in R&D to improve the offer in the storage engines spectrum. For more information about the architecture itself, refer to http://dev.mysql.com/tech-resources/articles/mysql_5.0_psea1.html.
Every time we create a table, even if we don't notice it, we are asking the MySQL server (implicitly or explicitly) to use one of the available storage engines to store our data physically.
The default and traditional storage engine is named MyISAM. A whole chapter in the MySQL Reference Manual (http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access