Re: Yet Another COUNT(*)...WHERE...question

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Yet Another COUNT(*)...WHERE...question
Дата
Msg-id 745725.37493.qm@web31807.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Yet Another COUNT(*)...WHERE...question  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
--- Scott Marlowe <scott.marlowe@gmail.com> wrote:
> Generally, for these kinds of things it's often best to use
> materialized views / rollup tables so that you aren't re-aggregating
> the same data over and over.

I don't know if this was already mentioned, but here is one of the links that describe the method
of implementing a materialized view.
http://www.jonathangardner.net/PostgreSQL/materialized_views/matviews.html

other useful docs like this one can be found here:

http://www.postgresql.org/docs/techdocs.2

Regards,
Richard Broersma Jr.

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Yet Another COUNT(*)...WHERE...question
Следующее
От: "Phoenix Kiula"
Дата:
Сообщение: Re: Yet Another COUNT(*)...WHERE...question