Re: Materialized views WIP patch

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Materialized views WIP patch
Дата
Msg-id CAA-aLv6pF=yrKqR85fp=2utvf5yLZNZhc6=Rf799SpMkhy+dRA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Materialized views WIP patch  ("Kevin Grittner" <kgrittn@mail.com>)
Список 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 по дате отправления:

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: [v9.3] writable foreign tables
Следующее
От: Robert Haas
Дата:
Сообщение: Re: another idea for changing global configuration settings from SQL