MySQL Forums
Forum List  »  Newbie

Re: should i go with myisam or innodb?
Posted by: Jay Alverson
Date: August 15, 2009 08:33AM

Download the MySQL Manual for your version at:
http://dev.mysql.com/doc/#refman

(I like the CHM version)

Checkout Chapter Chapter 13. Storage Engines

or view the online documentation.

It'll tell you which does what and you can decide which one you need.

In general MyISAM is for a smaller db. InnoDB is for the big, many users
we do everything type of database.

>

Thanks, Jay

Options: ReplyQuote


Subject
Written By
Posted
Re: should i go with myisam or innodb?
August 15, 2009 08:33AM


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.