Re: [GENERAL] Materialized view auto refresh

2016-09-07 Thread Jim Nasby
On 9/6/16 9:47 PM, Nguyễn Trần Quốc Vinh wrote: I'm sorry. Please check it again at http://it.ued.udn.vn/myprojects/pgTriggerGen/: http://it.ued.udn.vn/myprojects/pgTriggerGen/PgSQLMVTriggersGenerator_v2_src.rar. FWIW, people would be much more likely to find this if you put it on GitHub (and

Re: [GENERAL] Materialized view auto refresh

2016-09-06 Thread Nguyễn Trần Quốc Vinh
Dear Harry. I'm sorry. Please check it again at http://it.ued.udn.vn/myprojects/pgTriggerGen/: http://it.ued.udn.vn/myprojects/pgTriggerGen/PgSQLMVTriggersGenerator_v2_src.rar . Best regards, On Tue, Sep 6, 2016 at 2:42 PM, hari.prasath wrote: > Dear Nguyen Tran Quoc Vinh > Source link

Re: [GENERAL] Materialized view auto refresh

2016-09-06 Thread hari.prasath
Dear Nguyen Tran Quoc Vinh Source link is broken. Please check this http://it.ued.udn.vn/myprojects/pgTriggerGen/PgSQLMVTriggersGenerator_src.rar cheers - Harry On Mon, 05 Sep 2016 11:50:49 +0530 Nguyễn Trần Quốc Vinh wrote Dear Harry. You

Re: [GENERAL] Materialized view auto refresh

2016-09-04 Thread Nguyễn Trần Quốc Vinh
Dear Harry. You can try this while you are waiting the better solution from Prof. Kevin Grittner. We did not improve because we do not know if we are in the right way... https://www.postgresql.org/message-id/caau9oxsb5gy8lz12kqaa3r1iv19c7famnefixdac1fhrfyt...@mail.gmail.com You can downloat the

Re: [GENERAL] Materialized view auto refresh

2016-08-09 Thread Kevin Grittner
On Tue, Aug 9, 2016 at 4:50 AM, hari.prasath wrote: > Is there any tentative schedule for real-time or incremental(only > applying delta changes) refresh of materialized views.?. There is work in progress, but no hard schedule. Unfortunately, it has often been set aside to address more im

[GENERAL] Materialized view auto refresh

2016-08-09 Thread hari.prasath
Hi all Is there any tentative schedule for real-time or incremental(only applying delta changes) refresh of materialized views.?. Since in concurrent refresh the full view has been created from the base tables. cheers - Harry