From: | Anagh Lal <anaghlal2001(at)yahoo(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Implementing a new Join Algorithm |
Date: | 2003-01-05 19:27:08 |
Message-ID: | 20030105192708.11951.qmail@web14302.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
I am trying to test a new join algorithm by
implementing it on Postgresql.
It would be great if you could give me some start off
pointers so as to where all in the source code I will
have to make changes. (I figure that I need to make
executor nodes, so i might need to write nodeNewjoin.c
etc in src/backend/executor, and somehow get the
planner/optimizer to select the new algorithm)
I tried going through the developers guide (7.3.1) but
it has many figures missing, making my job of
understanding the mechanism very tough. The figures
I am referring to are
{PostgreSQL 7.3.1 Documentation
section 2.3.1: Figure \ref{parsetree},
\ref{where_clause}
section 2.3.2 Figure \ref{transformed},
\ref{transformed_where}
2.5.2 \ref{plan} \ref{simple_select}.
}
Could you please point out where these figures are
available.
Regards
Anagh Lal.
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Olivier PRENANT | 2003-01-05 20:05:33 | Re: New Portal in Place, DNS switched ... |
Previous Message | Larry Rosenman | 2003-01-05 17:15:01 | Re: New Portal in Place, DNS switched ... |