MyISAM versus InnoDB in MySQL?
Answers
Answered by
0
As you all know, the default storage engine chosen by MySQL database is MyISAM. The main difference between MyISAM and INNODB are : MyISAM does not support transactions by tables while InnoDB supports. ... As InnoDB supports row-level locking which means inserting and updating is much faster as compared with MyISAM.
Similar questions
Biology,
7 months ago
Chemistry,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
Biology,
1 year ago