PAPER DIGEST
Most Influential SIGMOD 2001 Paper · 2026-03 edition

Optimizing Queries Using Materialized Views: A Practical, Scalable Solution

Jonathan Goldstein; Per-Å ke Larson

Venue
ACM SIGMOD Conference (SIGMOD) 2001
Recognition
Most Influential SIGMOD 2001 Paper (Rank No. 10)
Edition
2026-03
Impact factor
7
Certificate ID
89670536de388983

Abstract

Materialized views can provide massive improvements in query processing time, especially for aggregation queries over large tables. To realize this potential, the query optimizer must know how and when to exploit materialized views. This paper presents a fast and scalable algorithm for determining whether part or all of a query can be computed from materialized views and describes how it can be incorporated in transformation-based optimizers. The current version handles views composed of selections, joins and a final group-by. Optimization remains fully cost based, that is, a single “best” rewrite is not selected by heuristic rules but multiple rewrites are generated and the optimizer chooses the best alternative in the normal way. Experimental results based on an implementation in Microsoft SQL Server show outstanding performance and scalability. Optimization time increases slowly with the number of views but remains low even up to a thousand.

Download PDF certificate