Archive for the ‘MySQL’ Category

Difference between MyISAM and InnoDB

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