indexed aggregates? - Mailing list pgsql-novice

From henlin
Subject indexed aggregates?
Date
Msg-id 46081357.000002.05062@webmail13.yandex.ru
Whole thread Raw
Responses Re: indexed aggregates?  (Sean Davis <sdavis2@mail.nih.gov>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: MS ASCII characters in text field
Next
From: Sean Davis
Date:
Subject: Re: indexed aggregates?