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 I find the database name in mysql?

515


How can you export the table as an xml file in mysql?

504


How can an index be declared in mysql?

462


What does the file with the extension: frm, myd, and myi contain?

474


Why is it called mysql?

510






What is RMS Migrations

1964


What are string data types?

575


Where is the mysql data directory?

499


How to calculate expressions with sql statements?

496


how to take mysql database backup?

580


What is a deterministic function?

595


Which is best pdo or mysqli?

484


How can you change the password of a mysql user?

502


How you will Show unique records.

548


How to represent ENUMs and SETs internally?

641