Re: [SQL] Materialized View Summary - Mailing list pgsql-hackers

From Richard Huxton
Subject Re: [SQL] Materialized View Summary
Date
Msg-id 200402241711.20947.dev@archonet.com
Whole thread Raw
In response to Materialized View Summary  ("Jonathan M. Gardner" <jgardner@jonathangardner.net>)
Responses Re: [SQL] Materialized View Summary  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Re: [SQL] Materialized View Summary  (Robert Treat <xzilla@users.sourceforge.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: dollar quoting nits
Next
From: Hans-Jürgen Schönig
Date:
Subject: Re: [SQL] Materialized View Summary