indexed aggregates?

Поиск
Список
Период
Сортировка
От henlin
Тема indexed aggregates?
Дата
Msg-id 46081357.000002.05062@webmail13.yandex.ru
обсуждение исходный текст
Ответы Re: indexed aggregates?  (Sean Davis <sdavis2@mail.nih.gov>)
Список pgsql-novice
hi.

Is were any way to make aggregates work faster? Like some kind of indexes?

as for example "SELECT a,sum(b) FROM c GROUP BY a;"

The only thing come to my mind is tmp tables && triggers && some kind of functions (not sure, which and how).

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MS ASCII characters in text field
Следующее
От: Sean Davis
Дата:
Сообщение: Re: indexed aggregates?