what is the main difference between myisam and innodb
Answers were Sorted based on User's Feedback
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 |
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
SELECT country,city FROM customers GROUP BY country ORDER BY city DESC
Can you tell few best practices to be followed for optimization in sql?
What are the mysql database files stored in system ?
how to repair a table in mysql?
How do I edit a table in mysql?
Give the syntax of Grant and Revoke commands?
How do I change global variables in mysql?
In mysql, what is the default storage engine?
How to create a test table in your mysql server?
how to add a new column to an existing table?
Explain Normalization concept?
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)