Implementing a join algorithm in Postgres

Поиск
Список
Период
Сортировка
От Ravi Kiran
Тема Implementing a join algorithm in Postgres
Дата
Msg-id CAOh57xE9gjoZfix0ARno9qTAo+UgV6NQbCXLuux_47V5ynW1HA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Implementing a join algorithm in Postgres  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Hi, 

I have written a C program which reads from 3 files(Each file is table having 2 columns and thousands of rows).The program is used to join those 3 tables and the algorithm which I have written will work only for those 3 files. Now I want to test this program for postgres. Can someone tell me how to do that, where should I include this program so that I can successfully implement that program in postgres.

Thank you.

--
Regards,

K.Ravikiran

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Svenne Krap
Дата:
Сообщение: Re: WIP Patch for GROUPING SETS phase 1