Very cool! Most of the examples for reactive queries are very basic (only single tables). Do live queries support joins / aggregations?
We save the query as a view and then introspect it to see what tables it depends on. It then uses pg_notify to watch for changes.
The plan is to integrate pg_ivm (https://github.com/sraoss/pg_ivm) to make it even more efficient.
We save the query as a view and then introspect it to see what tables it depends on. It then uses pg_notify to watch for changes.
The plan is to integrate pg_ivm (https://github.com/sraoss/pg_ivm) to make it even more efficient.