Computer Science, asked by adarshjhariya5019, 1 year ago

MyISAM versus InnoDB in MySQL?

Answers

Answered by beautygirll56
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