English

Provenance-based Data Skipping (TechReport)

Databases 2021-05-31 v3

Abstract

Database systems analyze queries to determine upfront which data is needed for answering them and use indexes and other physical design techniques to speed-up access to that data. However, for important classes of queries, e.g., HAVING and top-k queries, it is impossible to determine up-front what data is relevant. To overcome this limitation, we develop provenance-based data skipping (PBDS), a novel approach that generates provenance sketches to concisely encode what data is relevant for a query. Once a provenance sketch has been captured it is used to speed up subsequent queries. PBDS can exploit physical design artifacts such as indexes and zone maps. Our approach significantly improves performance for both disk-based and main-memory database systems.

Keywords

Cite

@article{arxiv.2104.12815,
  title  = {Provenance-based Data Skipping (TechReport)},
  author = {Xing Niu and Ziyu Liu and Pengyuan Li and Boris Glavic},
  journal= {arXiv preprint arXiv:2104.12815},
  year   = {2021}
}

Comments

20 pages, 14 figures

R2 v1 2026-06-24T01:32:23.937Z