I’d like to refresh a portion of a materialized view.

I have some big materialized views that take a long time to refresh concurrently, and I wish I could refresh a subset of the entire view’s data.

Maybe https://github.com/sraoss/pg_ivm might be of help?