what is the main difference between myisam and innodb

Answers were Sorted based on User's Feedback



what is the main difference between myisam and innodb..

Answer / manoj

both myisam and innodb are storange enginein sql.
innodb support transaction, foreign key while myisam not
support transaction.

Is This Answer Correct ?    7 Yes 0 No

what is the main difference between myisam and innodb..

Answer / ranganath

Other differences are :

1. innodb requires more RAM than mysiam
2. myisam relies on OS for caching while innodb caches with
in the engine itself.

3. Most preffered is innodb because

- Transaction safe
-It has commit, rollback, and crash recovery capabailities
- Innodb is designed for maximum performance when processing
large volumes of data.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I rename a procedure?

0 Answers  


Is mysql still relevant?

0 Answers  


What is truncate in mysql?

0 Answers  


What is DCL in MySQL?

1 Answers  


What is max connections in mysql?

0 Answers  






How do I stop a mysql service?

0 Answers  


Is null in mysql?

0 Answers  


What is a text delimiter?

0 Answers  


How do I view a mysql database?

0 Answers  


How do I select a table in mysql?

0 Answers  


How do I find the database name in mysql?

0 Answers  


how to take mysql database backup?

0 Answers  


Categories