≡ Menu

What is InnoDB and MyISAM and how to Convert MySql Database Tables from InnoDB to MyISAM

The following is a table comparison between InnoDB with MyISAM

There is minor problem that MyISAM did not support Transactions and innoDB are more relialbe on atomicity. But you can solve that problem by your own programmming design, you can achieve that by random no method, you can achieve parallelism also

Here is a simple shell script to automatically Convert MySql Database from InnoDB to MyISAM.

{ 0 comments… add one }

Leave a Comment