Re: Materialized views WIP patch

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Materialized views WIP patch
Дата
Msg-id CAHyXU0zgufXskD71kfRr1C_FHO8C4dFCrcbyArWxKLBpqDW9hQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Materialized views WIP patch  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
On Fri, Nov 16, 2012 at 7:13 AM, Dimitri Fontaine
<dimitri@2ndquadrant.fr> wrote:
> Jeff Davis <pgsql@j-davis.com> writes:
>> The documentation says that a materialized view is basically a
>> create-table-as-select except that it remembers the query. Would you say
>> that there is a compelling use case for this alone, or is this a
>> building block for more sophisticated materialized view support (e.g.
>> eager updating) later?
>
> The implementation of the re-LOAD'ing command makes it already
> worthwile. Bonus point if locking is limited to when the new content is
> all computer and ready, but even without that, I want to have it. ;)

Seconded.  Background lock free refresh of materialization table would
be wonderful.  But moving dependency between source and materialized
table out of plpgsql function and into defined schema justifies
feature on its own merits.

merlin



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Materialized views WIP patch
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: gset updated patch