Hello,
I've been currently trying out the postgresql build of this repo to experiment the usage of incremental materialized views. The current experimentation I'm doing is not updating the incremental materialized view on inserts. The setup is as follows:
- I have a table called sellout_indicators that is partitioned by a column called field_id
- I'm creating an incremental materialized view that is based on some of those partitions and joins them together
Whenever I do an insert on the master table, the incremental materialized view is not updating its data. Is this expected behaviour?
If you need any further details about the implementation of the table or the query that supports the view, feel free to ask.
Hello,
I've been currently trying out the postgresql build of this repo to experiment the usage of incremental materialized views. The current experimentation I'm doing is not updating the incremental materialized view on inserts. The setup is as follows:
Whenever I do an insert on the master table, the incremental materialized view is not updating its data. Is this expected behaviour?
If you need any further details about the implementation of the table or the query that supports the view, feel free to ask.