存储引擎 | 说明 |
---|---|
CSV | Stores tables as CSV files |
InnoDB | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables |
MEMORY | Hash based, stored in memory, useful for temporary tables |
MyISAM | Non-transactional engine with good performance and small data footprint |
MRG_MyISAM | Collection of identical MyISAM tables |
Aria | Crash-safe tables with MyISAM heritage |
PERFORMANCE_SCHEMA | Performance Schema |
SEQUENCE | Generated tables filled with sequential values |