MySQL Table Types
9/30
MyISAM
Efficient For
either
High Volume writes
or
reads
Table level locking
No Transaction support
InnoDB
Efficient locking (Row-level update, non-locking read)
Foreign Keys, Transactions
High Concurrency