Re: understanding post gres indexes - Mailing list pgsql-general

From Neil Conway
Subject Re: understanding post gres indexes
Date
Msg-id 1141592781.24513.73.camel@localhost.localdomain
Whole thread Raw
In response to understanding post gres indexes  (IYENGAR SURESH PARTHASARATHY <suresh@cse.iitb.ac.in>)
List pgsql-general
On Sun, 2006-03-05 at 08:50 +0530, IYENGAR SURESH PARTHASARATHY wrote:
> i want to fully understand the functioning of postgres indexes with
> respect to the code.

See src/backend/access/ in the source tree, specifically the nbtree/,
hash/, gist/ and index/ subdirectories -- each directory has a README
with some additional information. Personally I find the hash index code
easiest to understand, although it has the fewest features.

-Neil



pgsql-general by date:

Previous
From: "William Penberthy"
Date:
Subject: Re:
Next
From: Noel Faux
Date:
Subject: Re: Data corruption zero a file - help!!