[+/-]
The MyISAM storage engine performs
best with read-mostly data or with low-concurrency operations,
because table locks limit the ability to perform simultaneous
updates. In MySQL 5.6,
InnoDB is the default storage engine
rather than MyISAM.

User Comments
Add your own comment.