From: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
---|---|
To: | Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Fwd: Test of Algorithm || Indexing Scheme |
Date: | 2013-11-11 11:31:32 |
Message-ID: | 5280C014.7010307@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-students |
On 11.11.2013 13:19, Rohit Goyal wrote:
> Hi All,
>
> I want to implement and test my indexing approach.
> I would like to know which are the main files to look for b tree indexing
> scheme modification.
>
> It would be great, if can share some helpful links which are needed to
> understand how to modify and test an indexing scheme in postgresql.
You didn't give any details on what kind of changes you want to make, so
hard to tell. The code for the btree access method is in
src/backend/access/nbtree. See the README in that directory for the gory
details.
Also consider implementing your algorithm as a GiST opclass, instead of
changing the internals.
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Rohit Goyal | 2013-11-11 12:12:13 | Re: Fwd: Test of Algorithm || Indexing Scheme |
Previous Message | Rohit Goyal | 2013-11-11 11:19:05 | Fwd: Test of Algorithm || Indexing Scheme |
From | Date | Subject | |
---|---|---|---|
Next Message | Rohit Goyal | 2013-11-11 12:12:13 | Re: Fwd: Test of Algorithm || Indexing Scheme |
Previous Message | Rohit Goyal | 2013-11-11 11:19:05 | Fwd: Test of Algorithm || Indexing Scheme |