MySQL Forums
Forum List  »  MyISAM

Re: MyISAM - Static or MyISAM - Dynamic
Posted by: Jay Pipes
Date: February 12, 2006 11:31AM

Use dynamic. The smaller index and record size means faster search performance in your case, since more database records can fit into the key_cache, and thus in memory, meaning faster performance.

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
4726
February 12, 2006 06:06AM
Re: MyISAM - Static or MyISAM - Dynamic
2243
February 12, 2006 11:31AM


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.