innoDB & myISAM

innoDB: ACID transaction, forein key, buffer pool, row lock

 

MyISAM: fast read low write, no transaction, table stored in 3 files — structure/index/data, table lock

posted @ 2016-01-09 11:22  付小同  阅读(116)  评论(0)    收藏  举报