Re: Postgress Doubts

From: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgress Doubts
Date: 2014-06-06 10:59:59
Message-ID: CAOeZVidNggmEO=PS90=piyR1Ni99qqOqv_BWtdDS2pQR2LCeDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 6, 2014 at 4:22 PM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com> wrote:

> Hello, I am Ravikiran, pursuing my third year BITS Pilani, India, I am
> doing my thesis in postgress technology,
>
> The project is about implementing new join algorithms in postgres, Since I
> am new to postgress, could you help me in which part of source code of
> postgres should be looking in postgress so that I can progress in this
> project, also are there any tools for postgress which helps me look into
> the code of postgress easily.
>
>
>
You can get help from http://doxygen.postgresql.org/

You can look in optimizer/path for looking at how current join paths are
generated.

Regards,

Atri

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Moshe Jacobson 2014-06-06 12:55:25 Re: Optimizer issue -- bad query plan?
Previous Message Ravi Kiran 2014-06-06 10:52:34 Postgress Doubts