View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 09:12 AM
Mark Kirkwood
 
Posts: n/a
Default Re: Postgres optimizer

Suresh wrote:
> Hi,
>
> I want to get the coding details regarding postgres optimizer.
> Essentially, which files correspond to which functions, how the algo is
> implemented, the flow etc.. Where can I find this material ?
>
>


Maybe start with the docs, there a good section on optimization:
http://www.postgresql.org/docs/8.2/static/overview.html

And the README for the optimizer module in the code is worth a look too:
http://developer.postgresql.org/cvsw...EADME?rev=1.39

Cheers

Mark

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote