What are materialized views & where do we use them? What is a materialized view log?
Answer Posted / Swati Rani
{"Oracle ETL": "Materialized Views (MV) are precomputed, read-only database objects that store the result set of an SQL query. They can improve performance for complex queries by avoiding expensive computations and joins. Materialized views are used in data warehousing, OLAP applications, or when a view is frequently accessed. A Materialized View Log (MVL) records changes to base tables that affect the materialized view, allowing it to be kept up-to-date automatically using the Refresh Fast option."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category