1 / 11

ConQuer: Efficient Management of Inconsistent Databases

ConQuer: Efficient Management of Inconsistent Databases. Presented by: Ariel Fuxman (Univ. of Toronto) Joint work with: Diego Fuxman (Univ. Nacional del Sur) Renée J. Miller (Univ. of Toronto). ConQuer.

wmorse
Download Presentation

ConQuer: Efficient Management of Inconsistent Databases

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ConQuer: Efficient Management of Inconsistent Databases Presented by: Ariel Fuxman (Univ. of Toronto) Joint work with: Diego Fuxman (Univ. Nacional del Sur) Renée J. Miller (Univ. of Toronto)

  2. ConQuer • A system designed to answer SQL queries over inconsistent databases Name Income Peter 40K Peter 200K INCONSISTENT DATABASE Paul 400K Mary 110K Mary 130K nameshould be thekey Ariel Fuxman, Diego Fuxman, Renée J. Miller

  3. One Application Customer Relationship Management (CRM) Sales Integrated Customer Database Shipping Customer Support Web Forms Demographic Data Ariel Fuxman, Diego Fuxman, Renée J. Miller

  4. Disagreement Between Sources • Which tuple for Peter should we delete? • Removing both tuples loses consistent information • Deciding the correct income may require human intervention name address … income Peter 276 College Street …. 40K sales Paul 100 Bloor Street … 400K Mary 20 Union Street … 110K name address … income Peter 276 College Street …. 200K web Paul 100 Bloor Street … 400K Mary 20 Union Street … 130K Ariel Fuxman, Diego Fuxman, Renée J. Miller

  5. Inconsistent Integrated Database Transfer all conflicting tuples to the integrated database Integrated Database Sales INCONSISTENT DATABASE Web Ariel Fuxman, Diego Fuxman, Renée J. Miller

  6. Query Answering Offering a Platinum credit card… q=“Get customers who make more than 100K” Peter,Paul,Mary Peter should NOT be offered a Platinum card!! name income Peter 40K sales Peter 200K web Paul 400K sales/web Mary 110K sales Mary 130K web Ariel Fuxman, Diego Fuxman, Renée J. Miller

  7. Semantics of Query Answering • Get customers who possibly make more than 100K • Get customers who certainly make more than 100K • There is considerable work in the literature about theoretical aspects of consistent answers • ConQuer: Efficient computation of consistent answers CONSISTENT ANSWER [Arenas, Bertossi, Chomicki 99] Ariel Fuxman, Diego Fuxman, Renée J. Miller

  8. Query Answering in ConQuer May not get consistent answers Query q Keys Consistent answer to q ConQuer’s Rewriting Algorithm [ICDT 05] [SIGMOD 05] Commercial database engine Inconsistent database Rewritten Q* Ariel Fuxman, Diego Fuxman, Renée J. Miller

  9. Demo • Present a case study of an inconsistent database about airports and cities • Explain the automatically generated rewritings • Deal with Select-Project-Join queries with grouping and aggregation Ariel Fuxman, Diego Fuxman, Renée J. Miller

  10. ConQuer papers • A. Fuxman, E. Fazli, and R. J. Miller. ConQuer: Efficient Management of Inconsistent Databases, SIGMOD 2005. • A. Fuxman and R. J. Miller. First-Order Query Rewriting for Inconsistent Databases, ICDT 2005. Ariel Fuxman, Diego Fuxman, Renée J. Miller

  11. Schema AIRPORTS A_ICAO a_name a_city a_country a_latdeg a_latmin a_latsec a_latdir a_height CITIES CI_NAME CI_COUNTRY ci_population ci_year CODES C_IATA c_icao Ariel Fuxman, Diego Fuxman, Renée J. Miller

More Related