按 Ctrl+Enter 键执行查询按 Enter 执行查询
崩溃 扩展 重新查询 编辑 解析 性能分析 书签 查询失败 数据库: mysql 查询时间: 在当前会话期间
SELECT * FROM `db`存储引擎 | 说明 |
---|---|
MRG_MyISAM | Collection of identical MyISAM tables |
CSV | CSV storage engine |
BLACKHOLE | /dev/null storage engine (anything you write to it disappears) |
MEMORY | Hash based, stored in memory, useful for temporary tables |
SEQUENCE | Generated tables filled with sequential values |
ARCHIVE | Archive storage engine |
PERFORMANCE_SCHEMA | Performance Schema |
InnoDB | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables |
MyISAM | MyISAM storage engine |
Aria | Crash-safe tables with MyISAM heritage |