Re: Materialized views WIP patch - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Materialized views WIP patch
Date
Msg-id CAA-aLv6pF=yrKqR85fp=2utvf5yLZNZhc6=Rf799SpMkhy+dRA@mail.gmail.com
Whole thread Raw
In response to Re: Materialized views WIP patch  ("Kevin Grittner" <kgrittn@mail.com>)
List pgsql-hackers
On 16 November 2012 16:25, Kevin Grittner <kgrittn@mail.com> wrote:
Josh Berkus wrote:

> Unlogged is good.

I agree that there are likely to be more use cases for this than
temp MVs. Unfortunately, I've had a hard time figuring out how to
flag an MV which is empty because its contents were lost after a
crash with preventing people from using an MV which hasn't been
populated, which has the potential to silently return incorrect
results.

pg_class.relisvalid = false.. getting rid of the use for truncated MVs?

--
Thom

pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: [v9.3] writable foreign tables
Next
From: Robert Haas
Date:
Subject: Re: another idea for changing global configuration settings from SQL