Open radusuciu opened 6 months ago
If you have materialized views that depend on one another, they are created in the correct order, but when you call .refresh() the caller needs to take care to refresh all dependent views or risk working with stale data.
.refresh()
Yes this is true. In my projects we have an utility for this, I will port it here at some point!
If you have materialized views that depend on one another, they are created in the correct order, but when you call
.refresh()
the caller needs to take care to refresh all dependent views or risk working with stale data.