1
Reply

Describe the use of materialized views in a BI system and their impact on performance.

Naresh Beniwal

Naresh Beniwal

Aug 20
149
0
Reply

    As we know materialized view is a database object that stores the result of a query physically in the database. And we create this to enhance data retrieval speed and improve query performance. Its ideal for scenarios where read performance is crucial such as data warehousing.