Implementing a join algorithm in Postgres

From: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Implementing a join algorithm in Postgres
Date: 2015-03-27 09:44:17
Message-ID: CAOh57xGCitmdU=31PhCEcKs01VMCY5QNOxqpoSjtM_ZPfQRrvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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


Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Florian Schaetz 2015-03-27 10:06:23 Optimize a big matrix select
Previous Message Luca Ferrari 2015-03-18 07:40:31 Re: Keeping track of updates/performances