Re: Incremental refresh - Materialized view

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Incremental refresh - Materialized view
Date: 2017-11-07 07:06:51
Message-ID: c596bb74-85ea-d000-349c-a2a67cc1549b@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/6/2017 10:38 PM, Krithika Venkatesh wrote:
> I need to implement incremental refresh of materialized view.
>
> Please let me know how to do the incremental refresh of materialized
> view in postgresql 9.5.9 version.
>
> Is there anything similar to materialized view log in postgresql.

you refresh a materialized view with REFRESH MATERIALIZED VIEW name;   
There's no 'incremental' methods, as views can be quite complex.

I do not know what you mean by 'materialized view log', is this a
feature of some other database server ?

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2017-11-07 07:16:29 Re: idle in transaction, why
Previous Message Krithika Venkatesh 2017-11-07 06:38:22 Incremental refresh - Materialized view