Re: Implementing Incremental View Maintenance

From: Mitar <mmitar(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org, Kevin Grittner <kgrittn(at)gmail(dot)com>
Subject: Re: Implementing Incremental View Maintenance
Date: 2019-03-14 07:41:49
Message-ID: CAKLmikNW-jx6TB2FkQY-Bd0px8SQ4U8zHFMUYVb+1070rv=awA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Thu, Jan 31, 2019 at 6:20 AM Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
> BTW, what is uecase of reactive/live queries? (just curious)

It allows syncing the state between client and server. Client can then
have a subset of data and server can push changes as they are
happening to the client. Client can in a reactive manner render that
in the UI to the user. So you can easily create a reactive UI which
always shows up-to-date data without having to poll or something
similar.

How are things progressing? Any news on this topic?

Mitar

--
http://mitar.tnode.com/
https://twitter.com/mitar_m

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2019-03-14 07:46:47 Re: why doesn't DestroyPartitionDirectory hash_destroy?
Previous Message Masahiko Sawada 2019-03-14 07:33:18 Re: [HACKERS] Block level parallel vacuum