what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / dharma teja
myisam supports table level locking where as innoodb
supports only row level locking when updated
| Is This Answer Correct ? | 32 Yes | 10 No |
Post New Answer View All Answers
How do I connect to mysql database?
What is back end and front end?
What is myisamchk?
What is query design?
What is procedural api?
How do I create a stored procedure in mysql?
Is sql and mysql same?
Why we use mysql database?
Restore database (or database table) from backup.
Can we store pdf files in mysql?
What is difference between mysql and mysqli?
What is the use of innodb in mysql?
Where is the mysql config file?
What is the storage engine for mysql?
What is mvcc in mysql?