MySQL Forums
Forum List  »  Optimizer & Parser

Re: is HASH index being ignored
Posted by: KimSeong Loh
Date: March 08, 2006 07:50PM

Hash index in only available on MEMORY engine, not in MyISAM engine.

From version 4.1, you can create a Btree index in the MEMORY engine instead of a Hash index

Use: KEY `search1` USING BTREE ( `caLatitude` , `caLongitude` )

Options: ReplyQuote


Subject
Views
Written By
Posted
3802
March 07, 2006 10:17PM
2185
March 08, 2006 04:32AM
Re: is HASH index being ignored
1992
March 08, 2006 07:50PM
2114
March 08, 2006 10:59AM


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.