Re: Query with large number of joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query with large number of joins
Дата
Msg-id 6155.1413910232@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Query with large number of joins  (Marco Di Cesare <Marco.DiCesare@pointclickcare.com>)
Ответы Re: Query with large number of joins
Список pgsql-performance
Marco Di Cesare <Marco.DiCesare@pointclickcare.com> writes:
>                 COUNT(DISTINCT "foxtrot_india"."bravo_romeo")

Ah.  That explains why the planner doesn't want to use a hash aggregation
step --- DISTINCT aggregates aren't supported with those.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query with large number of joins
Следующее
От: Björn Wittich
Дата:
Сообщение: extremly bad select performance on huge table