What’s the difference between MyISAM and InnoDB? [duplicate]

I understand that this question has been asked before, but most of the time it is asked in relation to a specific database or table. I cannot find an answer on this site that describes the two engines and their differences without respect to someones specific database.

I want to be able to make more informed decisions in the future with respect to designing a table or database, so am looking for a comprehensive answer on the differences between the two storage engines.

What’s the difference between MyISAM and InnoDB, and what should I be looking for when trying to decide between one or the other?

2 Answers
2

Leave a Comment