What is diff b/w MYISAM and INNODB storage engine. and also
define the benifits and drawbacks of both storage engine

Answer Posted / rajanikanth

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 ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which statement is used in a select query for partial matching?

606


What is a join? Explain the different types of mysql joins.

687


Is mysql connect deprecated?

486


What are the steps involved in query processing?

475


How do I start mysql manually?

466






What language does mysql use?

428


How does limit work in mysql?

461


What is row level locking in mysql?

501


can you tell how can you display the maximum salary in sql? : Mysql dba

459


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

3433


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

442


What is mysql aggregate functions? Explain

521


what is the procedure to configure the application of mysql?

489


How you can create a trigger in mysql?

546


Why do we write stored procedures?

472