Re: Information about Access methods

From: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Information about Access methods
Date: 2013-11-12 22:36:10
Message-ID: CANqGtSvGYUzYUgjZE55FCN2DekzNs4K1x2CO6bY0BhY1kTjNVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
Thanks for document. It was really helpful.
Now, as index folder contains basically interface for all index type, do I
need to change it, if I want to modify only b tree index algorithm?

Do I need to change only btree index files or Do i have to change index
folder files like indexam.c
Please confirm. :)

Regards,
Rohit

On Tue, Nov 12, 2013 at 1:22 PM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:

> On 11/12/2013 07:00 PM, Rohit Goyal wrote:
> >
> > Inside access methods in Backend, I found "Index" folder and "Btree"
> > folder but i don't know which code to look for. i want to change
> > something in B tree implementation.
> >
>
> Start here:
>
> http://www.postgresql.org/docs/current/static/indexam.html
>
> --
> Craig Ringer http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>

--
Regards,
Rohit Goyal

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2013-11-12 22:54:40 Re: Fast insertion indexes: why no developments
Previous Message Peter Eisentraut 2013-11-12 22:24:43 Re: Can we add sample systemd service file to git repo?