Re: Implementing a join algorithm in Postgres

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Implementing a join algorithm in Postgres
Date: 2015-03-30 22:39:04
Message-ID: 5519D088.3070703@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/27/15 3:01 AM, Ravi Kiran wrote:
> 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.

Without seeing the program, no.

This also isn't the correct list; discussion like this should go on
pgsql-general(at)(dot)
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-03-30 22:41:42 Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. );
Previous Message Jim Nasby 2015-03-30 22:35:29 Re: Bug fix for missing years in make_date()