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

What is acid in mysql?

463


What is the limitation of mysql?

469


what is database black box testing? : Mysql dba

573


How do I get a list of table names in mysql?

485


What is information_schema in mysql?

466






How can we get total number of records by query in mysql?

486


How to get current MySQL version?

583


What data type is money?

459


How do you select a table?

474


What is mysqli procedural?

513


What are the functions used to encrypt and decrypt the data present in mysql?

530


How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.

472


Is mysql a free database?

478


What is inner join in mysql?

463


How do I copy an entire mysql database?

468