Re: Any "guide to indexes" exists? - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Any "guide to indexes" exists?
Date
Msg-id 200705071626.06979.peter_e@gmx.net
Whole thread Raw
In response to Any "guide to indexes" exists?  ("Jan Bilek" <bilekj@gmail.com>)
List pgsql-general
Am Montag, 7. Mai 2007 16:09 schrieb Jan Bilek:
> I would need more info about index types in postgre (btree, hash, gin and
> gist) - is there any guide that explains in detail when to use which index
> type?

You use btree unless you have a specific, particular reason to use one of the
other ones.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Slow query and indexes...
Next
From: "Jan Bilek"
Date:
Subject: Re: Any "guide to indexes" exists?