Re: order of nested loop

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: order of nested loop
Дата
Msg-id 17253.1055889883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: order of nested loop  (Joseph Shraibman <jks@selectacast.net>)
Ответы Re: order of nested loop  (Joseph Shraibman <joseph@xtenit.com>)
Список pgsql-general
Joseph Shraibman <jks@selectacast.net> writes:
> How do I read that?  Is it creating a hash out of the data in d, then
> going through u doing a join?

Yeah.  Given the numbers of rows involved, the plan seems pretty
reasonable --- I doubt you can do a lot better within the context
you're showing here.  To make it faster you'll have to find a way
to not need to look at all the rows.

            regards, tom lane

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Sort memory not being released
Следующее
От: Ernest E Vogelsinger
Дата:
Сообщение: Re: [PERFORM] Interesting incosistent query timing