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

Wavelet-based Histograms For Selectivity Estimation

Yossi Matias; Jeffrey Scott Vitter; Min Wang

Venue
ACM SIGMOD Conference (SIGMOD) 1998
Recognition
Most Influential SIGMOD 1998 Paper (Rank No. 12)
Edition
2026-03
Impact factor
6
Certificate ID
d53bc877d5382815

Abstract

Query optimization is an integral part of relational database management systems. One important task in query optimization is selectivity estimation, that is, given a query <i>P</i>, we need to estimate the fraction of records in the database that satisfy <i>P</i>. Many commercial database systems maintain histograms to approximate the frequency distribution of values in the attributes of relations. In this paper, we present a technique based upon a multiresolution wavelet decomposition for building histograms on the underlying data distributions, with applications to databases, statistics, and simulation. Histograms built on the cumulative data distributions give very good approximations with limited space usage. We give fast algorithms for constructing histograms and using them in an on-line fashion for selectivity estimation. Our histograms also provide quick approximate answers to OLAP queries when the exact answers are not required. Our method captures the joint distribution of multiple attributes effectively, even when the attributes are correlated. Experiments confirm that our histograms offer substantial improvements in accuracy over random sampling and other previous approaches.

Download PDF certificate