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 does triggers work in mysql?

0 Answers  


How do I restore a database in mysql workbench?

0 Answers  


What is the difference between sql and mysql and oracle?

0 Answers  


How we can get distinct columns values in mysql?

0 Answers  


Should I use pdo or mysqli?

0 Answers  






What is orm in mysql?

0 Answers  


What are the advantages and disadvantages of MySQL?

0 Answers   Satyam,


How many values can the SET function of MySQL take?

2 Answers   Creative Informatics,


What is maximum size of a database in MySQL?

13 Answers   Bastioncoup, CIS, NM, V2 Solutions, Wipro,


Write a query to stop mysql in unix

0 Answers  


How to create a new view in mysql?

0 Answers  


What is action query?

0 Answers  


Categories