Implementing a join algorithm in Postgres

Поиск
Список
Период
Сортировка
От Ravi Kiran
Тема Implementing a join algorithm in Postgres
Дата
Msg-id CAOh57xGCitmdU=31PhCEcKs01VMCY5QNOxqpoSjtM_ZPfQRrvw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Implementing a join algorithm in Postgres  (Marcos Almeida Azevedo <marcos.al.azevedo@gmail.com>)
Список pgsql-novice
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.

PS :- I already posted this query in pgsql-hackers, since I did not get reply there, I am posting this query here.

Thank you.

--
Regards,

K.Ravikiran

 

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

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: Re: Keeping track of updates/performances
Следующее
От: Florian Schaetz
Дата:
Сообщение: Optimize a big matrix select