what is the difference between MyIsam and InnoDb engine?

Answers were Sorted based on User's Feedback



what is the difference between MyIsam and InnoDb engine?..

Answer / satya

MyIsam is my default storage engine , where as InnoDB is
faster storage Engine and offers row level locking ,

Is This Answer Correct ?    8 Yes 3 No

what is the difference between MyIsam and InnoDb engine?..

Answer / madhuri

1) MYISAM is faster then the InnoDB but in case of perforing
the count operation it takes more time then the InnoDB.
2)MYISAM does not support the foreign key constraint and
transaction but InnoDB support it.
3)Upto Mysql 5.0 MyIsam is the default engine and from
Mysql 5.1 Innodb is the default engine.
4)MyIsam supports table level lock and where as Innodb
supports row level locking.

Thanks.,
Madhuri.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to return query output in html format?

0 Answers  


How to Change a users password from unix shell.

0 Answers  


What is the difference between BLOB AND TEXT?

0 Answers  


How can I compare two mysql databases?

0 Answers  


How to set mysql variable in php?

0 Answers  


What is field in mysql?

0 Answers  


How to drop an existing index in mysql?

0 Answers  


Why to use char instead of varchar in the database?

0 Answers  


How to Join tables on common columns.

0 Answers  


Does insert statement lock the table?

0 Answers  


which version of mysql can't support stored procedure??

3 Answers  


How do I clear a mysql database?

0 Answers  


Categories