MySQL - InnoDB vs MyISAM

后端 未结 2 463
梦如初夏
梦如初夏 2020-12-15 04:57

I read the following article yesterday (http://blogs.sitepoint.com/2010/11/19/mysql-mistakes-php-developers/) and it wrote the following:

MySQL has a num

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 05:12

    Sorry for bumping an old question, but this also helped me a lot to choose which engine, especially since MyISAM is faster for reads and my database tables had more read the write:

    http://www.rackspace.com/knowledge_center/article/mysql-engines-myisam-vs-innodb

提交回复
热议问题