IBM PureData System for Analytics, Version 7.1

Materialized views

A materialized view (sometimes called a sorted, projected, and materialized view or SPM view) is a view whose columns have been sorted, projected, and materialized (that is, stored physically in a unique table).

In each materialized view, the system automatically adds a column that specifies, for each record in the view, the block number of the corresponding record in the base table. The system also automatically creates a zone map for each materialized view.

A materialized view improves query performance in the following ways: You can use materialized views to improve performance without rewriting your applications. The query planner/optimizer automatically uses a materialized view when doing so is faster than using the corresponding base table.


Feedback | Copyright IBM Corporation 2014 | Last updated: 2014-02-28