Databricks Managing Materialized Views in Delta Live Tables: Selective Refresh Behavior

MR07
New Contributor II

Hi Community,

I have 200 complex SQL Queries and I can't create a Streaming tables using these queries. So, I have created as Materialized Views in Delta Live Tables using these SQL queries and the DLT pipeline should be run continuously.

My question is: If any record of underlying table is inserted, updated or deleted, the only respective materialized view refreshed? Or It should run all the Materialized views in the pipeline?