Re: Fwd: Test of Algorithm || Indexing Scheme

Поиск
Список
Период
Сортировка
От Rohit Goyal
Тема Re: Fwd: Test of Algorithm || Indexing Scheme
Дата
Msg-id CANqGtSsY5kmuVEs+5jvJAHhp0uLO4QoGWjLtxkPnVfbbZBT2kw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fwd: Test of Algorithm || Indexing Scheme  (Rohit Goyal <rhtgyl.87@gmail.com>)
Ответы Re: Fwd: Test of Algorithm || Indexing Scheme  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Hi, 

Actually, 

I want to test an algorithm in which I will use store tuple_id in some other data structure and value of the key of index will contain some random created by me. Could you please tel me which file need to be change for it.

you said something about usage of GiST opclass. Can you please elaborate ur opinion in detail. It would be of a great help to me.

Regards,
Rohit


On Mon, Nov 11, 2013 at 6:16 PM, Rohit Goyal <rhtgyl.87@gmail.com> wrote:

Hi,
Can you pls tel me how can achieve which sound pretty exotic to you.

Can u please share some relevant documents.  I havw no clue from where to start.

Regards
Rohit

On 11.11.2013 14:12, Rohit Goyal wrote:
Hi,
Thanks for reply.
I actually want to make some changes in all operations on index like
insert, update, delete.
for example, i want store a new customized value for every key inserted in
b tree instead of storing Tuple Id as value.

That sounds pretty exotic, I can't imagine what good the index will do if it doesn't contain tuple IDs.

Can you also pls explain me more about appoach to follow to use my
algorithm as GiST opclass. I dont have much knowledge abt this also?

See user manual, and the examples in the server code and contrib.

- Heikki



--
Regards,
Rohit Goyal

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: all_visible replay aborting due to uninitialized pages
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Fix whitespace issues found by git diff --check, add gitattribut