what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?

Answer Posted / lekhraj deshmukh

There is foolowing Differences between MYISAM and InnoDB
ENGINE:-

1)MYISAM does not support the foreign key constraint and
transaction but InnoDB support it.

2)MYISAM is faster then the InnoDB but in case of perforing
the count operation it takes more time then the InnoDB.

3) MYISAM occupies less memory sapce for tables rather than
InnoDB tables.

Is This Answer Correct ?    79 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you connect MySQL database with PHP?

528


How do I transfer data from one database to another in mysql?

489


What are the different data types in mysql?

468


What is mysql57?

501


How can I see all mysql databases?

408






How do I stop a mysql service?

500


What is innodb mysql?

486


How do I view tables in mysql workbench?

442


What is mysql connector used for?

509


What is difference between mongodb and mysql?

458


Can a table have multiple primary keys?

479


What are the differences between char and varchar?

550


What is prepared statement in mysql?

480


What is the latest mysql version?

465


How do you determine the location of mysql data directory?

487