Materialized views and view matching

The optimizer uses a View Matching algorithm to determine whether materialized views can be used to satisfy a query. The determination involves a query evaluation step, and a materialized view evaluation step.

 Query evaluation step
 Materialized view evaluation step
 See also