Re: Possible planner bug/regression introduced in 8.2.5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible planner bug/regression introduced in 8.2.5
Дата
Msg-id 13324.1193681895@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Possible planner bug/regression introduced in 8.2.5  (Jakub Ouhrabka <kuba@comgate.cz>)
Ответы Re: Possible planner bug/regression introduced in 8.2.5
Список pgsql-bugs
Jakub Ouhrabka <kuba@comgate.cz> writes:
> I've also tried your last patch but still for some queries there is long
> planning time, e.g. more than 30s on a fast machine for query with 14
> regularly JOINed tables plus 8 tables are LEFT OUTER JOINed (all normal
> joins are followed by all outer joins). All joins are constrained on
> pk/fk. Should this case run faster or is it simply too much for
> geqo=off? Shall I prepare a test case?

By "last patch" you mean
http://archives.postgresql.org/pgsql-committers/2007-10/msg00409.php
?  If so that's about as fast as it's likely to get.  22 tables is well
beyond what I'd consider reasonable to run through the exhaustive
planner.  You should try geqo again.

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Possible planner bug/regression introduced in 8.2.5
Следующее
От: Jakub Ouhrabka
Дата:
Сообщение: Re: Possible planner bug/regression introduced in 8.2.5