Projects per year
Abstract
Multiple issues with SQL’s handling of nulls have been well documented. Having efficiency as its key goal, evaluation of SQL queries disregards the standard notion of correctness on incomplete databases – certain answers – due to its high complexity. As a result, it may produce answers that are just plain wrong. It was recently shown that SQL evaluation can be modified, at least for first-order queries, to return only correct answers. But while these modifications came with good theoretical complexity bounds, they have not been tested in practice. The goals of this proof-of-concept paper are to understand whether wrong answers can be produced by SQL queries in real-world scenarios, and whether proposed techniques for avoiding them can be made practically feasible. We use the TPC-H benchmark, and show that for some typical queries involving negation, wrong answers are very common. On the other hand, existing solutions for fixing the problem do not work in practice at all. By analyzing the reasons for this, we come up with a new modified way of rewriting SQL queries that restores correctness. We conduct experiments which show the feasibility of our solution: the small price tag it imposes can be often tolerated to ensure correct results, and we do not miss correct answers that the usual SQL evaluation produces. The overall conclusion is that correct evaluation can be realistically achieved in the presence of nulls, at least for the SQL fragment that corresponds to first-order queries.
Original language | English |
---|---|
Title of host publication | PODS '16: Proceedings of the 35th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems |
Place of Publication | San Francisco, USA |
Publisher | ACM |
Pages | 211-223 |
Number of pages | 13 |
ISBN (Print) | 978-1-4503-4191-2 |
DOIs | |
Publication status | Published - 15 Jun 2016 |
Event | 35th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems - San Francisco, United States Duration: 26 Jun 2016 → 1 Jul 2016 http://sigmod2016.org/ |
Conference
Conference | 35th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems |
---|---|
Abbreviated title | SIGMOD PODS 2016 |
Country/Territory | United States |
City | San Francisco |
Period | 26/06/16 → 1/07/16 |
Internet address |
Fingerprint
Dive into the research topics of 'Making SQL Queries Correct on Incomplete Databases: A Feasibility Study'. Together they form a unique fingerprint.Projects
- 1 Finished
-
Querying Graph Structured Data: Principles and Techniques
Libkin, L. (Principal Investigator) & Fan, W. (Co-investigator)
1/11/13 → 31/10/16
Project: Research
Profiles
-
Paolo Guagliardo
- School of Informatics - Reader in Databases
- Laboratory for Foundations of Computer Science
- Foundations of Computation
Person: Academic: Research Active