Thread
:
Which index can i use ?
View Single Post
#
4
(
permalink
)
02-28-2008, 11:29 AM
Paul Lautman
Posts: n/a
Re: Which index can i use ?
Abandoned wrote:
> And which index type can i use ? Btree, Rtree, Gist or Hash ?
You can use the ones that MySQL supports. To find out what they are RTFM
http://dev.mysql.com/doc/refman/5.0/...l-indexes.html
Paul Lautman