date/month/quarter etc..
Maybe I'm missing something in my understanding, but every time I refresh the view, it re-generate the entire data.
Is there a way to make it only generate new data keeping old data based on a where condition rather than the entire available dataset?
thank you
That's the way materialized views work, a refresh executes the underlying query.
There is an extension for inkremental updates. I learned about it at the recent PGEU conference, but I haven't tested it. https://github.com/sraoss/pg_ivm
amazing, i'll take a look at thank you
Обсуждают сегодня