We have several materialized views in our DW/BI
We have several materialized views in our DW/BI that requires manual refresh daily, and it is a heavy process. We want to ensure this cost is benefiting the queries. Is there a way to determine if a materialized view is being used? We tried to find the information by looking at the sql plan system views, but the results were inconsistent. The goal is to delete the mviews that are not being redirected to, and we haven't been able to find a way to determine if/when they're used.
0