Re: amount of join's and sequential access to the tables involved

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: amount of join's and sequential access to the tables involved
Дата
Msg-id 20152.1326296428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на amount of join's and sequential access to the tables involved  (Gerardo Herzig <gherzig@fmed.uba.ar>)
Ответы Re: amount of join's and sequential access to the tables involved
Re: amount of join's and sequential access to the tables involved
Список pgsql-sql
Gerardo Herzig <gherzig@fmed.uba.ar> writes:
> Hi all. Im working on a 'simple' query with 7, 8 left joins. After the
> 9nth join or so, explain analyze became to show the plan with many
> tables being read in sequential fashion. Of course, this slows down the
> query response in a factor on 10.

increase join_collapse_limit, perhaps?
        regards, tom lane


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

Предыдущее
От: Gerardo Herzig
Дата:
Сообщение: amount of join's and sequential access to the tables involved
Следующее
От: Gerardo Herzig
Дата:
Сообщение: Re: amount of join's and sequential access to the tables involved