Re: [SQL] Materialized View Summary

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: [SQL] Materialized View Summary
Дата
Msg-id 200402241711.20947.dev@archonet.com
обсуждение исходный текст
Ответ на Materialized View Summary  ("Jonathan M. Gardner" <jgardner@jonathangardner.net>)
Ответы Re: [SQL] Materialized View Summary
Re: [SQL] Materialized View Summary
Список pgsql-hackers
On Tuesday 24 February 2004 16:11, Jonathan M. Gardner wrote:
>
> I've written a summary of my findings on implementing and using
> materialized views in PostgreSQL. I've already deployed eagerly updating
> materialized views on several views in a production environment for a
> company called RedWeek: http://redweek.com/. As a result, some queries
> that were taking longer than 30 seconds to run now run in a fraction of a
> millisecond.
>
> You can view my summary at
> http://jonathangardner.net/PostgreSQL/materialized_views/matviews.html

Interesting (and well written) summary. Even if not a "built in" feature, I'm
sure that plenty of people will find this useful. Make sure it gets linked to
from techdocs.

If you could identify candidate keys on a view, you could conceivably automate
the process even more. That's got to be possible in some cases, but I'm not
sure how difficult it is to do in all cases.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: dollar quoting nits
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: [SQL] Materialized View Summary