Re: Postgres optimizer

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Postgres optimizer
Дата
Msg-id 4615F31E.9010505@paradise.net.nz
обсуждение исходный текст
Ответ на Postgres optimizer  (Suresh <suiyengar@yahoo.com>)
Список pgsql-hackers
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/cvsweb.cgi/pgsql/src/backend/optimizer/README?rev=1.39

Cheers

Mark


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: What X86/X64 OS's do we need coverage for?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Auto Partitioning