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

Indexes: which to use BTREE RTREE HASH GIST?

From
April L
Date:
What are the advantages or circumstances to use the various types of
indexes available?

BTREE RTREE HASH GIST?

Thank you,

- April

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

From
"Josh Berkus"
Date:
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