Re: Bad plan for join to aggregate of join.

Поиск
Список
Период
Сортировка
От Mischa Sandberg
Тема Re: Bad plan for join to aggregate of join.
Дата
Msg-id 4507560F.9020906@ca.sophos.com
обсуждение исходный текст
Ответ на Re: Bad plan for join to aggregate of join.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Tom Lane wrote:
> Mischa Sandberg <mischa@ca.sophos.com> writes:
>> can PG see that a join on an grouped-by field
>> can be pushed down into the query as an indexable filter?
>
> No.  The GROUP BY serves as a partial optimization fence.  If you're
> concerned about the speed of this query, I recommend making a different
> view in which 'message' is joined inside the GROUP BY.

Thanks.

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Poor performance on seq scan
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: