… by MyISAM behavior (and default MySQL behavior due to this) – it will be corrupted by unproper shutdown, it will fail with partial… unnoticed with MyISAM storage engine. This hidden corruption may later cause crashes wrong query results and further data corruption. Partial updates. MyISAM is… but still watch out. Lack of row cache. MyISAM tables only have indexes cached in key_buffer while data is cached in…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… very big fan of MyISAM; I would argue that in most situations, any possible advantages to using MyISAM are far outweighed by… InnoDB, but due to their use of MyISAM FTS, the idea of a complete or partial migration was, for one reason or… subject of adding and dropping FT indexes, it’s entirely possible to DROP multiple FT indexes with InnoDB in the same ALTER…

