Difference between MyISAM and InnoDB
Tuesday, September 25th, 2007- MyISAM is faster then InnoDB
- MyISAM supports table locking and InnoDB supports row locking
- MyISAM has full-text indexing where innodb doesn’t
- InnoDB supports transaction, commits and rollbacks where MyISAM lacks these
