what is the difference between MyISAM and INNO DB in MySQL
with the Advantage and disadvantage
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the date format in mysql?
What is Foreign Key? What is the main difference between primary key and Foreign Key ? How Foreign Key can be defined? Is Foreign key is used to join two or more table?
What is the difference between the LIKE and REGEXP operators?
Which datatype is used for email in mysql?
What is delimiter in mysql?
Why is it called mysql?
Is mysql a nosql database?
Can you tell which of the following where clauses is faster?
What is the use of i-am-a-dummy flag in mysql?
What is a tinyint?
How to return query output in html format?
What is the use of mysql workbench?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)