IIT Database Group

header bar

Perm: Processing Provenance and Data on the same Data Model through Query Rewriting

Authors

Materials

Abstract

Data provenance is information that describes how a given data item was produced. The provenance includes source and intermediate data as well as the transformations involved in producing the concrete data item. In the context of a relational databases, the source and intermediate data items are relations, tuples and attribute values. The transformations are SQL queries and/or functions on the relational data items. Existing approaches capture provenance information by extending the underlying data model. This has the intrinsic disadvantage that the provenance must be stored and accessed using a different model than the actual data. In this paper, we present an alternative approach that uses query rewriting to annotate result tuples with provenance information. The rewritten query and its result use the same model and can, thus, be queried, stored and optimized using standard relational database techniques. In the paper we formalize the query rewriting procedures, prove their correctness, and evaluate a first implementation of the ideas using PostgreSQL. As the experiments indicate, our approach efficiently provides provenance information inducing only a small overhead on normal operations.

bibtex

@inproceedings{GA09,
  author = {Glavic, Boris and Alonso, Gustavo},
  booktitle = {Proceedings of the 25th IEEE International Conference on Data Engineering},
  date-added = {2012-12-14 18:55:49 +0000},
  date-modified = {2012-12-14 18:55:49 +0000},
  keywords = {Provenance; Perm},
  pages = {174-185},
  pdfurl = {http://cs.iit.edu/%7edbgroup/assets/pdfpubls/GA09.pdf},
  projects = {Perm},
  slideurl = {http://www.slideshare.net/lordPretzel/icde-2009},
  title = {{Perm: Processing Provenance and Data on the same Data Model through Query Rewriting}},
  venueshort = {ICDE},
  year = {2009},
  bdsk-url-1 = {http://cs.iit.edu/%7edbgroup/assets/pdfpubls/GA09.pdf}
}

Reference

Perm: Processing Provenance and Data on the same Data Model through Query Rewriting Boris Glavic and Gustavo Alonso Proceedings of the 25th IEEE International Conference on Data Engineering (2009), pp. 174–185.