Re: query optimization question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: query optimization question
Дата
Msg-id 13026.1075474270@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: query optimization question  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-performance
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Getting rid of the group by would not give that kind of speedup?

No.  Getting rid of the per-row subqueries (or at least finding a way to
make 'em a lot cheaper) is the only way to make any meaningful change.

            regards, tom lane

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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: On the performance of views
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cost of indexscan