English

Database Queries that Explain their Work

Programming Languages 2014-08-13 v3 Databases

Abstract

Provenance for database queries or scientific workflows is often motivated as providing explanation, increasing understanding of the underlying data sources and processes used to compute the query, and reproducibility, the capability to recompute the results on different inputs, possibly specialized to a part of the output. Many provenance systems claim to provide such capabilities; however, most lack formal definitions or guarantees of these properties, while others provide formal guarantees only for relatively limited classes of changes. Building on recent work on provenance traces and slicing for functional programming languages, we introduce a detailed tracing model of provenance for multiset-valued Nested Relational Calculus, define trace slicing algorithms that extract subtraces needed to explain or recompute specific parts of the output, and define query slicing and differencing techniques that support explanation. We state and prove correctness properties for these techniques and present a proof-of-concept implementation in Haskell.

Keywords

Cite

@article{arxiv.1408.1675,
  title  = {Database Queries that Explain their Work},
  author = {James Cheney and Amal Ahmed and Umut A. Acar},
  journal= {arXiv preprint arXiv:1408.1675},
  year   = {2014}
}

Comments

PPDP 2014

R2 v1 2026-06-22T05:22:42.938Z