Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / tushar

MyISAM and InnoDB are storage engines in MySql.
MyISAM does not support transactions while InnoDB support
it.

Is This Answer Correct ?    27 Yes 3 No

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

Answer / sanjeev chauhan

InnoDB: Row level locking, Transaction support, forgin key
constrant and crash recovery.

MyISAM: Much more conservate approach to disk space
management each MyISAM table store in a separate file. in
MyISAM memory and space usage, full text indexing support,
table based locking, bulk insert capabilities and speed are
plus factor but crushes recovery would be the horror story.

As general approach, if you have a more reads use MyISAM and
if you have a more update use InnoDB.

Is This Answer Correct ?    17 Yes 3 No

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

Answer / 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

More MySQL Interview Questions

can you tell the order of sql select statement? : Mysql dba

0 Answers  


Can mysql scale horizontally?

0 Answers  


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

0 Answers  


What are HEAP tables in MySQL?

1 Answers  


What is the hostname for mysql database?

0 Answers  


How to create triggers in MySQL?

1 Answers  


What are the differences between binary and varbinary?

0 Answers  


What is mysql connection limit?

0 Answers  


What is the difference between mysql_fetch_assoc and mysql_fetch_array?

0 Answers  


how to Return total number of rows.

0 Answers  


How can you retrieve a particular number of records from a table?

0 Answers  


What is the limitation of mysql?

0 Answers  


Categories