query answering in data integration
play

Query Answering in Data Integration Piotr Wieczorek Institute of - PowerPoint PPT Presentation

Query Answering in Data Integration Piotr Wieczorek Institute of Computer Science University of Wrocaw Dagstuhl, November 2010 Outline Quick reminder 1 Computing certain answers under OWA/CWA 2 Inverse rules algorithm 3 MiniCon


  1. Query Answering in Data Integration Piotr Wieczorek Institute of Computer Science University of Wrocław Dagstuhl, November 2010

  2. Outline Quick reminder 1 Computing certain answers under OWA/CWA 2 Inverse rules algorithm 3 MiniCon algorithm 4 Coping with integrity constraints and access patterns 5 6 Rewriting using views in presence of access patterns, integrity constraints, disjunction and negation

  3. Bibliography S. Abiteboul and O.M. Duschka: Complexity of Answering Queries 1 Using Materialized Views . In Proc. PODS’98 (Symposium on Principles of Database Systems), pp. 254-263, 1998. O.M. Duschka, M.R. Genesereth, and A.Y. Levy: Recursive Query 2 Plans for Data Integration. J. Log. Program. 43(1), pp. 49-73, 2000. R. Pottinger and A.Y. Halevy: MiniCon: A scalable algorithm for 3 answering queries using views. VLDB J. 10(2-3), pp. 182-198, 2001. A. Deutsch, B. Ludäscher, and A. Nash: Rewriting queries using 4 views with access patterns under integrity constraints. Theor. Comput. Sci. 371(3), pp. 200-226, 2007.

  4. Outline Quick reminder 1 Computing certain answers under OWA/CWA 2 Inverse rules algorithm 3 MiniCon algorithm 4 Coping with integrity constraints and access patterns 5 6 Rewriting using views in presence of access patterns, integrity constraints, disjunction and negation

  5. Quick reminder Data integration global relations (mediated schema)—used in queries source relations—store actual data, mapping: LAV—each source relation described as a result of a query over the global relations,

  6. Quick reminder Data integration global relations (mediated schema)—used in queries source relations—store actual data, view instance I , mapping: LAV—each source relation described as a result of a query over the global relations, view definitions V = ( V 1 , . . . V n ) , Certain answers certain answers for Q —a set of tuples Q ( D ) for each database D consistent with a given instance of source relations,

  7. Quick reminder Data integration global relations (mediated schema)—used in queries source relations—store actual data, view instance I , mapping: LAV—each source relation described as a result of a query over the global relations, view definitions V = ( V 1 , . . . V n ) , Certain answers certain answers for Q —a set of tuples Q ( D ) for each database D consistent with a given instance of source relations, t is a certain answer ◮ under OWA (views are sound) if t is an element of Q ( D ) for each database D such that I ⊆ V ( D ) ◮ under CWA (views are exact) if t is an element of Q ( D ) for each database D such that I = V ( D )

  8. Quick reminder Data integration global relations (mediated schema)—used in queries source relations—store actual data, view instance I , mapping: LAV—each source relation described as a result of a query over the global relations, view definitions V = ( V 1 , . . . V n ) , Query rewriting query rewriting using views—mentions the source relations only, can be equivalent or maximally-contained (possibly relative to a set of constraints).

  9. Outline Quick reminder 1 Computing certain answers under OWA/CWA 2 Inverse rules algorithm 3 MiniCon algorithm 4 Coping with integrity constraints and access patterns 5 6 Rewriting using views in presence of access patterns, integrity constraints, disjunction and negation

  10. Query Answering vs. Incomplete Databases Idea Views (=source data) represent many possible (global) databases Idea: use techniques in incomplete databases Example View definitions: View instance: v ( 0 , Y ) : − p ( 0 , Y ) { v ( 0 , 1 ) , v ( 1 , 1 ) } v ( X , Y ) : − p ( X , Z ) , p ( Z , Y )

  11. Query Answering vs. Incomplete Databases Idea Views (=source data) represent many possible (global) databases Idea: use techniques in incomplete databases Example View definitions: View instance: v ( 0 , Y ) : − p ( 0 , Y ) { v ( 0 , 1 ) , v ( 1 , 1 ) } v ( X , Y ) : − p ( X , Z ) , p ( Z , Y ) Conditional table (OWA): w = 1 p: 0 1 0 x w � = 1 x 1 w � = 1 1 u true u 1 true

  12. Query Answering vs. Incomplete Databases Idea Views (=source data) represent many possible (global) databases Idea: use techniques in incomplete databases Example View definitions: View instance: v ( 0 , Y ) : − p ( 0 , Y ) { v ( 0 , 1 ) , v ( 1 , 1 ) } v ( X , Y ) : − p ( X , Z ) , p ( Z , Y ) Conditional table (OWA): Conditional table (CWA): w = 1 p: 0 1 p: 0 1 true 0 x w � = 1 1 1 true x 1 w � = 1 1 u true u 1 true

  13. Query Answering under OWA vs. Query Containment Simple reductions between the two problems in both directions exist (for views and queries in CQ, CQ � = , PQ, datalog) Reduction to query containment Input: V = ( v 1 , . . . , v k ) , Q , I and a tuple t . Let Q ′ be the query consisting of all the definitions V together with: q ′ ( t ) : − v 1 ( t 11 ) , . . . , v 1 ( t 1 n 1 ) , . . . v 1 ( t k 1 ) , . . . , v k ( t kn 1 ) where I ( v i ) = { t i 1 , . . . , t in i } Then t is a certain answer iff Q ′ ⊆ Q .

  14. Query Answering under OWA vs. Query Containment Simple reductions between the two problems in both directions exist (for views and queries in CQ, CQ � = , PQ, datalog) Reduction to computing certain answers Input: Q 1 and Q 2 . Let the view definition be the rules of Q 1 together with v ( c ) : − q 1 ( X ) , p ( X ) Let the instance I = { v ( c ) } and let Q consists of all the rules of Q 2 together with q ( c ) : − q 2 ( X ) , p ( X ) Then Q 1 ⊆ Q 2 iff ( c ) is a certain answer.

  15. Query Answering under OWA vs. Query Containment Simple reductions between the two problems in both directions exist (for views and queries in CQ, CQ � = , PQ, datalog) Consequences Decidability and undecidability results carry over in both directions. If the problems are decidable then the combined complexity of computing certain answers is the same as the query complexity of query containment.

  16. Data complexity of computing certain answers under OWA query CQ CQ � = PQ datalog FO views CQ PTIME coNP PTIME PTIME undec. CQ � = PTIME coNP PTIME PTIME undec. PQ coNP coNP coNP coNP undec. datalog coNP undec. coNP undec. undec. FO undec. undec. undec. undec. undec.

  17. Data complexity of computing certain answers under CWA query CQ CQ � = PQ datalog FO views CQ coNP coNP coNP coNP undec. CQ � = coNP coNP coNP coNP undec. PQ coNP coNP coNP coNP undec. datalog undec. undec. undec. undec. undec. FO undec. undec. undec. undec. undec.

  18. Maximally contained rewriting vs. certain answers A datalog query P is a query plan if all EDB predicates in P are views literals. The expansion P exp of a query plan P is P with all views literals replaced with their definitions. A query plan P is maximally-contained in a datalog query Q w.r.t. view definitions V if ◮ P exp ⊆ Q , and ◮ for each query plan P ′ with ( P ′ ) exp ⊆ Q we have ( P ′ ) exp ⊆ P exp .

  19. Maximally contained rewriting vs. certain answers Theorem Let V ⊆ CQ, Q ∈ datalog, let P be maximally-contained in Q w.r.t. V . Then for each view instance I the query plan P computes exactly the certain answers of Q under OWA. Proof. I - view instance such that P fails to compute a certain answer t . P ′ - the query plan P with two additional rules: q ′ ( X ) r 1 : : − q ( X ) q ′ ( t ) r 2 : : − v 1 ( t 11 ) , . . . , v 1 ( t 1 n 1 ) , . . . v 1 ( t k 1 ) , . . . , v k ( t kn 1 ) where I ( v i ) = { t i 1 , . . . , t in i } and q is the answer predicate of P . ( P ′ ) exp is contained in Q but it is not contained in ( P ) exp . That contradicts the maximal containment of P in Q .

  20. Outline Quick reminder 1 Computing certain answers under OWA/CWA 2 Inverse rules algorithm 3 MiniCon algorithm 4 Coping with integrity constraints and access patterns 5 6 Rewriting using views in presence of access patterns, integrity constraints, disjunction and negation

  21. Inverse rules Example Data sources s 1 ( X , Y ) : − edge ( X , Z ) , edge ( Z , W ) , edge ( W , Y ) s 2 ( X ) : − edge ( X , Z )

  22. Inverse rules Example Data sources s 1 ( X , Y ) : − edge ( X , Z ) , edge ( Z , W ) , edge ( W , Y ) s 2 ( X ) : − edge ( X , Z ) Inverse rules edge ( X , f 1 ( X , Y )) : − s 1 ( X , Y ) The fresh function symbol f r , i for each rule r and each existential variable X i in r

  23. Inverse rules Example Data sources s 1 ( X , Y ) : − edge ( X , Z ) , edge ( Z , W ) , edge ( W , Y ) s 2 ( X ) : − edge ( X , Z ) Inverse rules edge ( X , f 1 ( X , Y )) : − s 1 ( X , Y ) edge ( f 1 ( X , Y ) , f 2 ( X , Y )) : − s 1 ( X , Y ) The fresh function symbol f r , i for each rule r and each existential variable X i in r

  24. Inverse rules Example Data sources s 1 ( X , Y ) : − edge ( X , Z ) , edge ( Z , W ) , edge ( W , Y ) s 2 ( X ) : − edge ( X , Z ) Inverse rules edge ( X , f 1 ( X , Y )) : − s 1 ( X , Y ) edge ( f 1 ( X , Y ) , f 2 ( X , Y )) : − s 1 ( X , Y ) edge ( f 1 ( X , Y ) , Y ) : − s 1 ( X , Y ) edge ( X , f 3 ( X )) : − s 2 ( X ) The fresh function symbol f r , i for each rule r and each existential variable X i in r

  25. Inverse rules algorithm (1) Example Query Q : q ( X , Y ) : − edge ( X , Y ) q ( X , Y ) : − edge ( X , Z ) , edge ( Z , Y )

  26. Inverse rules algorithm (1) Example Query Q : q ( X , Y ) : − edge ( X , Y ) q ( X , Y ) : − edge ( X , Z ) , edge ( Z , Y ) Data source: s ( X , Y ) : − edge ( X , Z ) , edge ( Z , Y )

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend