Re: [GENERAL] Incremental refresh - Materialized view

2017-11-07 Thread John R Pierce
On 11/6/2017 11:34 PM, Krithika Venkatesh wrote: Materialized view log is one of the feature in oracle. It creates a log in which the changes made to the table are recorded. This log is required for an asynchronous materialized view that is refreshed incrementally. I read in the below link

Re: [GENERAL] Incremental refresh - Materialized view

2017-11-07 Thread Melvin Davidson
building the MV. > > > -- > *From:* Krithika Venkatesh <krithikavenkates...@gmail.com> > *To:* John R Pierce <pie...@hogranch.com> > *Cc:* pgsql-general@postgresql.org > *Sent:* Tuesday, November 7, 2017 2:35 AM > *Subject:* Re

Re: [GENERAL] Incremental refresh - Materialized view

2017-11-07 Thread Rakesh Kumar
tes...@gmail.com> To: John R Pierce <pie...@hogranch.com> Cc: pgsql-general@postgresql.org Sent: Tuesday, November 7, 2017 2:35 AM Subject: Re: [GENERAL] Incremental refresh - Materialized view Materialized view log is one of the feature in oracle. It creates a log in which the changes made

Re: [GENERAL] Incremental refresh - Materialized view

2017-11-06 Thread Laurenz Albe
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. There is no such feature

Re: [GENERAL] Incremental refresh - Materialized view

2017-11-06 Thread Krithika Venkatesh
Materialized view log is one of the feature in oracle. It creates a log in which the changes made to the table are recorded. This log is required for an asynchronous materialized view that is refreshed incrementally. I read in the below link about incrementally refreshing the materialized view in

Re: [GENERAL] Incremental refresh - Materialized view

2017-11-06 Thread John R Pierce
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

[GENERAL] Incremental refresh - Materialized view

2017-11-06 Thread Krithika Venkatesh
Hi, 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. Thanks in Advance! Regards, Krithika