MyISAM:
- fulltext search
- read fast (table level locking)
InnoDB:
- safe!
- write fast (row level locking)
Title:
MySQL InnoDB, MyISAM storage engine
Description:
MyISAM: - fulltext search - read fast (table level locking) InnoDB: - safe! - write fast (row level locking)
...
Rating:
4