MySQL Forums
Forum List  »  MyISAM

Re: Difference b/w MyISAM & InnoDB
Posted by: Harshawardhan Kholapurkar
Date: July 04, 2007 03:21AM

MyISAM is the default table type i'm MySQL.It provides a simple tree structure for
quick indexing on small tables. InnoDB table, the one which is best for huge tables, .It's fast and effecient, but the trees are pretty large, so it's not good for smaller tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
30708
February 18, 2005 05:54AM
17109
February 18, 2005 08:12AM
9112
August 31, 2005 11:51AM
Re: Difference b/w MyISAM & InnoDB
6139
July 04, 2007 03:21AM
5665
January 02, 2008 12:51AM
5681
August 20, 2007 02:25AM
4259
March 26, 2008 09:30AM
3896
July 29, 2008 04:26AM
3355
December 29, 2008 04:47AM
4778
May 29, 2008 04:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.