Index Types

From: Adam Sherman <adam(at)tritus(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Index Types
Date: 2003-05-14 16:03:43
Message-ID: 286260000.1052928223@saturn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

According to the doco, there are 4 index types (access methods):

- BTREE
- RTREE
- HASH
- GIST

Which type is suited to what kind of applications?

Thanks,

A.

--
Adam Sherman
Tritus CG Inc.
http://www.tritus.ca/
+1 (613) 797-6819

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Todd Nemanich 2003-05-14 16:07:24 Questions regarding stored procedures
Previous Message Adam Sherman 2003-05-14 15:59:38 Choosing a Transaction Isolation Level