Re: Materialized views

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Stephen Frost" <sfrost(at)snowman(dot)net>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Materialized views
Date: 2011-11-08 23:01:45
Message-ID: 4EB960790200002500042BA9@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Frost <sfrost(at)snowman(dot)net> wrote:

> Are you thinking of having a background scheduler which handles
> the updating of schedule-driven (instead of trigger-driven) MVs..?

I'm trying not to get to far into discussing design in advance of
reviewing previous work and any papers on the topic. That said, it
seems clear that the above is required but not sufficient.

> Not to try to feature-creep this on you, but you might consider
> how a new backend process which handles scheduled tasks could be
> generalized to go beyond handling just MV updates.. :)

I'll keep that in mind. :-)

-Kevin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2011-11-08 23:02:54 Re: Materialized views
Previous Message Stephen Frost 2011-11-08 22:54:01 Re: Materialized views