Re: Why do my hash joins turn to nested loops?

Поиск
Список
Период
Сортировка
От pgsql-performance@ian.org
Тема Re: Why do my hash joins turn to nested loops?
Дата
Msg-id Pine.LNX.4.64.0808221431460.4498@www.sportsmogul.com
обсуждение исходный текст
Ответ на Re: Why do my hash joins turn to nested loops?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Thu, 21 Aug 2008, Tom Lane wrote:
> I think you need to raise from_collapse_limit and/or
> join_collapse_limit.

Ahah, that was it.. a much simpler solution than I was fearing.

I had already re-written the queries to get around it, but ran into
another snag with that method, so this was good timing.

Thanks!

--
Ian Smith
www.ian.org

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Slow query with a lot of data
Следующее
От: "Fernando Hevia"
Дата:
Сообщение: Big delete on big table... now what?