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...


Explain advantages of MyISAM over InnoDB?



Explain advantages of MyISAM over InnoDB?..

Answer / amith

Much more conservative approach to disk space management -
each MyISAM table is stored in a separate file, which could
be compressed then with myisamchk if needed. With InnoDB
the tables are stored in tablespace, and not much further
optimization is possible. All data except for TEXT and BLOB
can occupy 8,000 bytes at most. No full text indexing is
available for InnoDB. TRhe COUNT(*)s execute slower than in
MyISAM due to tablespace complexity.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More MySQL Interview Questions

If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?

0 Answers  


How do I download mysql?

0 Answers  


What is dbms in mysql?

0 Answers  


Why use mysql procedures?

0 Answers  


How do you login to MySql using Unix shell?

0 Answers  


How to use mysqldump to create a copy of the database?

0 Answers  


What is mysqladmin flush hosts?

0 Answers  


What is bdb (berkeleydb)?

0 Answers  


Restore database (or database table) from backup.

0 Answers  


How do I truncate all tables in mysql?

0 Answers  


How many queries can mysql handle?

0 Answers  


How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

0 Answers  


Categories