MySQL: MyISAM or InnoDB?
A lot of people are unsure what’s the difference. Here we will explain shortly what we recommend. MyISAM Use this database type when you need a database for fast “SELECT” (read) queries. Fast SELECT queries Lock table instead of rows Slower UPDATE / DELETE queries […]