> Incremental view maintenance — define views which stay up-to-date with incoming data without the performance hit of a REFRESH
I wonder if they plan to incorporate something like https://github.com/sraoss/pg_ivm or write their own implementation.
(Although I'm hopeful that one day we see ivm land in postgres core)
> Incremental view maintenance — define views which stay up-to-date with incoming data without the performance hit of a REFRESH
I wonder if they plan to incorporate something like https://github.com/sraoss/pg_ivm or write their own implementation.
(Although I'm hopeful that one day we see ivm land in postgres core)