Re: Indexes: which to use BTREE RTREE HASH GIST?

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: April L <april(at)i-netco(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Indexes: which to use BTREE RTREE HASH GIST?
Date: 2002-04-18 16:08:36
Message-ID: web-1375991@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

April,

> BTREE RTREE HASH GIST?

Joe Celko's book, "SQL for Smarties", has an excellent chapter on
indexing where he includes the types and what they are good for.

-Josh

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael McConnell 2002-04-18 16:22:29 SQL profiler feature in Pgsql?
Previous Message Josh Berkus 2002-04-18 16:06:59 Re: Multiple Primary Keys