@ljiang

ConQuer: efficient management of inconsistent databases

, , and . SIGMOD '05: Proceedings of the 2005 ACM SIGMOD international conference on Management of data, page 155--166. New York, NY, USA, ACM, (2005)
DOI: http://doi.acm.org/10.1145/1066157.1066176

Abstract

Although integrity constraints have long been used to maintain data consistency, there are situations in which they may not be enforced or satisfied. In this paper, we present ConQuer, a system for efficient and scalable answering of SQL queries on databases that may violate a set of constraints. ConQuer permits users to postulate a set of key constraints together with their queries. The system rewrites the queries to retrieve all (and only) data that is consistent with respect to the constraints. The rewriting is into SQL, so the rewritten queries can be efficiently optimized and executed by commercial database systems.We study the overhead of resolving inconsistencies dynamically (at query time). In particular, we present a set of performance experiments that compare the efficiency of the rewriting strategies used by ConQuer. The experiments use queries taken from the TPC-H workload. We show that the overhead is not onerous, and the consistent query answers can often be computed within twice the time required to obtain the answers to the original (non-rewritten) query.

Description

ConQuer

Links and resources

Tags

community

  • @dblp
  • @ljiang
  • @rxin
  • @thau
@ljiang's tags highlighted