Implementing a join algorithm in Postgres - Mailing list pgsql-novice

From Ravi Kiran
Subject Implementing a join algorithm in Postgres
Date
Msg-id CAOh57xGCitmdU=31PhCEcKs01VMCY5QNOxqpoSjtM_ZPfQRrvw@mail.gmail.com
Whole thread Raw
Responses Re: Implementing a join algorithm in Postgres
List 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 by date:

Previous
From: Luca Ferrari
Date:
Subject: Re: Keeping track of updates/performances
Next
From: Florian Schaetz
Date:
Subject: Optimize a big matrix select