MyIsam Vs InnoDB
MyIsam Vs InnoDB
html
Post Question | Post Answer | My Panel | Search | Articles | Topics | ERRORS new
Oracle what are the main differences between MyISAM and InnoDB
table storage structures ?
Interview Question
what are the advantages and disadvantages in usage of these ?
Questions
MS Access
Interview Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Questions Answer this is pretty straightforward, not too technical though:
#1
http://forums.devarticles.com/general-sql-development-47/difference-between-myisam-and-non-myisam-tables-1745.html
MySQL
Interview FTA:
Questions "MyISAM is of course the default table type i'm MySQL. It's
an improvement over the now-deprecated ISAM table type. It
Postgre provides a simple tree structure for quick indexing on small
Interview tables, typicall fewer than 10,000 rows of data.
Questions
There are some other types of tables supported in MySQL,
most of which won't provide any noticable differences.
Sybase
Interview A MERGE table is a table that only exists in memory, and
Questions will not be saved if MySQL crashes or has to be restarted.
It is, as the name suggests, a merge of two (or more)
DB tables. If you drop a MERGE table, it only drops the
Architecture reference to the merge, not to the tables that are combined
in it. It's not good for much!
Interview
Questions Another table, the one which is best for huge tables, is
InnoDB. It's probably the best RDBMS out there; it's
DB actually a whole set of drivers on it's own, and when you
Administration use it, MySQL is really just a wrapper around the InnoDB
Interview table. Slashdot and other megamammoth sites out there use
it, it's fast and effecient, but the trees are pretty large,
Questions so it's not good for smaller tables.
DB There are a few others.. like BerkeleyDB, which isn't
Development anything special and doesn't provide any major performance
Interview increase.
Questions
The major difference between the various table types are the
data tree structures and how they're handled within the RDBMS.
SQL
PLSQL In the end, you'll probably find yourself sticking to MyISAM
Interview unless you're on a very large-scale project, in which cas
Questions eyou probably woudln't use MySQL anyway =D"
Databases
AllOther Is This Answer Correct ? 8 Yes 3 No
Interview
Questions
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
1 of 3 21.01.2010 12:31
what are the main differences between MyISAM and InnoDB table stora... http://www.allinterview.com/showanswers/35641.html
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer
# 3 1.Transactions:MYISAM doesnt support any database
transactions means if the transactions related to large
amount of data transfer it will not provide because memory
is less. But INNODB will provide transactions.
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer MyIsam provide full text search which is not supported by
# 4 Innodb
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer innodb is acid engine
#5
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer it supports online backups
#6
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer innoodb has maximum performance for large databases
#7
Re: what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
Answer myisam supports table level locking where as innoodb
# 8 supports only row level locking when updated
2 of 3 21.01.2010 12:31
what are the main differences between MyISAM and InnoDB table stora... http://www.allinterview.com/showanswers/35641.html
Copyright Policy | Terms of Service | Help | Site Map 1 | Articles | Site Map | Site Map | Contact Us |
3 of 3 21.01.2010 12:31