what is the difference between MyIsam and InnoDb engine?
Answer Posted / 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 View All Answers
Write a command to view mysql database table structure?
What is trigger in mysql?
How many rows we can insert in a mysql table?
What is the use of i-am-a-dummy flag in mysql?
How do I copy a table in mysql?
How many rows can be inserted in mysql at a time?
What is difference between mysql and mysql workbench?
Explain csv tables.
What is delimiter $$?
How to escape special characters in sql statements?
What does "i_am_a_dummy flag" do in mysql?
What is current version of mysql?
How do I select a database in mysql?
Is there a way to see the files which are stored?
What does mysql_fetch_assoc do?