Re: advice on query joining 10 tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: advice on query joining 10 tables
Дата
Msg-id 16630.1273522285@sss.pgh.pa.us
обсуждение исходный текст
Ответ на advice on query joining 10 tables  (Gerardo Herzig <gherzig@fmed.uba.ar>)
Список pgsql-sql
Gerardo Herzig <gherzig@fmed.uba.ar> writes:
> Hi all. Im triyng to see if i can improve the performance of a query
> (mainly a 10 table join)

One easy thing to try is increase from_collapse_limit and/or
join_collapse_limit to 10 or more.  That will result in longer planning
time but might let the planner find a better plan for this query.
        regards, tom lane


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

Предыдущее
От: Gerardo Herzig
Дата:
Сообщение: advice on query joining 10 tables
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: advice on query joining 10 tables