what is the difference between MyIsam and InnoDb engine?
Answers were Sorted based on User's Feedback
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 |
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 |
What is new mysqli?
What are stored procedures and functions?
Are stored procedures precompiled?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What is identity in mysql?
How to set the time zone for MySQL to particular country time?
What is difference b/w composit key n primary key and forigion key?
I have two sql database at different PC.how can link b/w database and database tables.
How do I start mysql server?
Explain % and _ inside like statement?
How can you find out the version of the installed mysql?
what is the advantage of left outer join?