After reading at a lot of places for the the single repeatative question, “What engine shall I choose – MyISAM or Innodb?”, this is what I’ve got. Following are points of consideration for MyISAM – MySQL storage engine: Tables are really fast for select-heavy loads Table level locks limit their scalability for write intensive multi-user […]

The post Choosing between MyISAM and INNODB – MySQL Storage Engines first appeared on ..::CHANGE is INEVITABLE::...