Created
August 6, 2010 19:33
-
-
Save kalupa/511864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------+----------+----------------------------------------------------------------+ | |
| Engine | Support | Comment | | |
+------------+----------+----------------------------------------------------------------+ | |
| MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance | | |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | | |
| InnoDB | YES | Supports transactions, row-level locking, and foreign keys | | |
| BerkeleyDB | NO | Supports transactions and page-level locking | | |
| BLACKHOLE | YES | /dev/null storage engine (anything you write to it disappears) | | |
| EXAMPLE | NO | Example storage engine | | |
| ARCHIVE | YES | Archive storage engine | | |
| CSV | YES | CSV storage engine | | |
| ndbcluster | DISABLED | Clustered, fault-tolerant, memory-based tables | | |
| FEDERATED | DISABLED | Federated MySQL storage engine | | |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | | |
| ISAM | NO | Obsolete storage engine | | |
+------------+----------+----------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment