Re: Problems with hash join over nested loop

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Problems with hash join over nested loop
Дата
Msg-id CAHyXU0ydScKt=-5G4yBpHWAh9eO6eV60P6uVCnui+YS9EMY5vw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problems with hash join over nested loop  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Problems with hash join over nested loop  (Jim Nasby <jnasby@enova.com>)
Список pgsql-performance
On Mon, Oct 28, 2013 at 6:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Jim Nasby <jnasby@enova.com> writes:
>> I've been working on trying to normalize a table that's got a bunch of text fields. Normalizing the first 4 has been
anon-issue. But when I try and normalize 2 additional fields a bunch of query plans go belly-up. 
>
> Try increasing join_collapse_limit/from_collapse_limit.  I'm a bit
> confused by your description but I think maybe you've got more than 8
> relations in the subqueries.

Hm -- wondering out loud if there would be any value in terms of
decorating explain output when that limit was hit and if it's
practical to do so...

merlni


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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Problems with hash join over nested loop
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Problems with hash join over nested loop