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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mysql a server or database?

942


How do I view mysql logs?

933


What is a result set object?

1010


How to display odd rows in student table in mysql?

1069


How do I insert multiple rows in a table?

949


How to change a password for an existing user via mysqladmin?

1023


What are the two types of queries?

1028


In which format data is stored in mysql database?

1049


What is a tinyint in mysql?

962


Differentiate CHAR_LENGTH and LENGTH?

1042


What is maximum table size in mysql?

988


What is mysql root?

999


What is striped backup

2289


How do I edit a table in mysql?

947


what is cte? : Mysql dba

995