Re: Incrementally refreshed materialized view

Поиск
Список
Период
Сортировка
От Adam Brusselback
Тема Re: Incrementally refreshed materialized view
Дата
Msg-id CAMjNa7dxu7kdO5Yk2Btz7BeR9WPRJJr6X=GHo--8MSzV090qGw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Incrementally refreshed materialized view  (Rob Sargent <robjsargent@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Incrementally refreshed materialized view
Следующее
От: Rakesh Kumar
Дата:
Сообщение: Re: Incrementally refreshed materialized view