Re: Implementing a join algorithm in Postgres

From: Marcos Almeida Azevedo <marcos(dot)al(dot)azevedo(at)gmail(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Implementing a join algorithm in Postgres
Date: 2015-03-30 07:35:57
Message-ID: CACL4V1b5cQSJEQxsmdsrLQ+Gg9zuMuuJpA0h6NEfrTrAcQ2gaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Mar 27, 2015 at 5:44 PM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
wrote:

> 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.
>
>
Would you kindly elaborate what you wish to do

> 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
>
>
> ᐧ
>

--
Marcos | I love PHP, Linux, and Java
<http://javadevnotes.com/java-integer-to-string-with-leading-zeros>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ravi Kiran 2015-03-30 08:03:57 Re: Implementing a join algorithm in Postgres
Previous Message Florian Schaetz 2015-03-30 06:00:49 Re: Optimize a big matrix select