Re: Incrementally refreshed materialized view - Mailing list pgsql-general

From Adam Brusselback
Subject Re: Incrementally refreshed materialized view
Date
Msg-id CAMjNa7dxu7kdO5Yk2Btz7BeR9WPRJJr6X=GHo--8MSzV090qGw@mail.gmail.com
Whole thread Raw
In response to Re: Incrementally refreshed materialized view  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
On Mon, Sep 26, 2016 at 2:35 PM, Rob Sargent <robjsargent@gmail.com> wrote:
Of course 9.5 is the current release so the answer is Yes, since 9.5

It seems like there is some confusion about what we're talking about. I am talking about incremental updates to a sort of "fake" materialized view (implemented as a table).  This is totally different than what we currently have implemented for actual materialized views (REFRESH CONCURRENTLY).  Concurrent refresh just minimizes the time the view is locked by building a second table in the background and merging the changes between them.

pgsql-general by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Incrementally refreshed materialized view
Next
From: Rakesh Kumar
Date:
Subject: Re: Incrementally refreshed materialized view