Re: Any "guide to indexes" exists?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "Jan Bilek" <bilekj(at)gmail(dot)com>
Subject: Re: Any "guide to indexes" exists?
Date: 2007-05-07 14:26:06
Message-ID: 200705071626.06979.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Bilek 2007-05-07 14:41:11 Re: Any "guide to indexes" exists?
Previous Message Peter Eisentraut 2007-05-07 14:22:55 Re: Slow query and indexes...