Re: Fwd: Test of Algorithm || Indexing Scheme

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Fwd: Test of Algorithm || Indexing Scheme
Дата
Msg-id 5280C014.7010307@vmware.com
обсуждение исходный текст
Ответ на Fwd: Test of Algorithm || Indexing Scheme  (Rohit Goyal <rhtgyl.87@gmail.com>)
Ответы Re: Fwd: Test of Algorithm || Indexing Scheme  (Rohit Goyal <rhtgyl.87@gmail.com>)
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Rohit Goyal
Дата:
Сообщение: Fwd: Test of Algorithm || Indexing Scheme
Следующее
От: Rohit Goyal
Дата:
Сообщение: Re: Fwd: Test of Algorithm || Indexing Scheme