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
What is dbms in mysql?
What is the maximum size of mysql database?
What is key in mysql?
What is the usage of ENUMs in MySQL?
What is difference between oracle and mysql?
How to insert dynamic values in mysql using php?
Explain about reporting services of MYSQL?
What is the phantom problem?
What are the difference between now and current_date in mysql?
How to use mysqldump to create a copy of the database?
What is a csv table?
Why MySQL is used?
Can we write procedure in mysql?
How do you create a table in mysql workbench?
What are the non-standard sql commands supported by 'mysql'?