what is the difference between MyISAM and INNO DB in MySQL
with the Advantage and disadvantage

Answer Posted / sreedevi yadav

InnoDb table take More Disk space Comparing with MyISAM
InnoDB is Transactions safe means Data Integrity is
maintained Throughout entire qry process.
InnoDB also provides Row-locking as opposed to table
locking while 1 qry is busy with updating or inserting
arow,another qry can update a different row at the same
time.these features increases the multi user concurrency
and Performance
Another greate feature is InnoDB boasts is the ability to
use Foreign key constraints

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mysql a framework?

666


Is mysql is a programming language?

725


Why phpmyadmin is used for mysql?

691


How do I find mysql version in mysql workbench?

654


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

2380


What is a join in mysql?

675


What is the difference between timestamp and datetime in mysql?

748


How do I start mysql server?

652


What is a mysql server?

729


What is the difference between the LIKE and REGEXP operators?

735


Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?

4406


How to write optimized query in mysql?

737


Difference between CHAR and VARCHAR?

777


What is ISAM?

884


What is the usage of "i-am-a-dummy" flag in mysql?

863