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 difference between mysql mysqli and pdo?
How to convert character strings to dates?
Can mysql store files?
What is the purpose of -> in the mysql terminal?
What are the steps involved in query processing?
What is difference between mysql and mysql workbench?
What is difference between pdo and mysqli?
In how many ways we can retrieve data in the result set of mysql using php?
Can we create table in stored procedure?
Where is mysql data stored linux?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
How to enable or disable a row of a table using MySQL in struts?
What are date and time intervals?
Where is mysql password stored?