difference between InnoDB and MYISAM
时间:2014-05-24 12:58:04
收藏:0
阅读:322
look at http://www.xaprb.com/blog/2006/07/04/how-to-exploit-mysql-index-optimizations/
prior to MySQL 5.5, MYISAM is default engine. InnoDB becomes default from 5.5.
评论(0)