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 the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba

533


How do I rename a mysql database?

498


Is foreign key indexed mysql?

474


What is the command line end user interface - mysql?

533


How many rows can mysql hold?

474






Why mysql is used with php?

497


How is mysql database stored?

537


How to increment dates by 1 in mysql?

556


Why use mysql procedures?

504


How do I change mysql password?

497


Is mysql and sql are same?

520


What is dblink?

489


In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...

2594


What is deterministic in mysql?

512


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

540