Re: Question about Generating Possible Plans by the planner/optimizer

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: Question about Generating Possible Plans by the planner/optimizer
Дата
Msg-id 20040807011148.GA6617@uio.no
обсуждение исходный текст
Ответ на Question about Generating Possible Plans by the planner/optimizer  ("sandra ruiz" <mileruiz@hotmail.com>)
Список pgsql-performance
On Fri, Aug 06, 2004 at 07:28:38PM -0500, sandra ruiz wrote:
> in the docummentation about the planer it says:
>
> "It first combines all possible ways of scanning and joining the relations
> that appear in a query"
>
> I would like to know if there's a time limit to do that or if it just scans
> ALL the posibilities until it finishes..no matter the time it takes..

Depends; if you join a lot of tables, it stops doing an exhaustive search and
goes for genetic optimization instead:

  http://www.postgresql.org/docs/7.4/static/geqo.html

/* Steinar */
--
Homepage: http://www.sesse.net/

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Performance Bottleneck
Следующее
От: Martin Foster
Дата:
Сообщение: Re: Performance Bottleneck