What are materialized views & where do we use them? What is a materialized view?
Answer Posted / Naresh Sharma
A materialized view (MV) in Oracle ETL is a database object that contains pre-computed query results, which can significantly improve the performance of complex queries. Materialized views are useful when you need to frequently run reports on data that does not change often or takes a long time to process. The data in a materialized view is refreshed periodically using a refresh procedure. By caching the result set as a table, materialized views can provide faster query response times and improved performance for large data sets.
| 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