snapshot semantics for temporal multiset relations
play

Snapshot Semantics for Temporal Multiset Relations Anton Digns 1 - PowerPoint PPT Presentation

Snapshot Semantics for Temporal Multiset Relations Anton Digns 1 Boris Glavic 2 Xing Niu 2 Johann Gamper 1 3 Michael H. Bhlen 1 Free University of 2 Illinois Institute of 3 University of Zurich, Bozen-Bolzano, Italy Technology, USA


  1. Snapshot Semantics for Temporal Multiset Relations Anton Dignös 1 Boris Glavic 2 Xing Niu 2 Johann Gamper 1 3 Michael H. Böhlen 1 Free University of 2 Illinois Institute of 3 University of Zurich, Bozen-Bolzano, Italy Technology, USA Switzerland VLDB’ 19, Los Angeles, USA

  2. Outline Introduction 1 Three Problems 2 Our Approach 3 Experiments 4 Conclusions and Future Work 5

  3. Background and Motivation Temporal Databases Record how data changes over time Different query languages, operators and data structures have been proposed Renewed interest from database vendors (temporal features in SQL:2011) Slide 3 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  4. Background and Motivation Temporal Databases Record how data changes over time Different query languages, operators and data structures have been proposed Renewed interest from database vendors (temporal features in SQL:2011) Snapshot Semantics Important class of temporal queries Considers a temporal database as a sequence of snapshots Existing approaches in some cases fail to fulfill fundamental correctness criteria Slide 3 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  5. Background and Motivation Temporal Databases Record how data changes over time Different query languages, operators and data structures have been proposed Renewed interest from database vendors (temporal features in SQL:2011) Snapshot Semantics Important class of temporal queries Considers a temporal database as a sequence of snapshots Existing approaches in some cases fail to fulfill fundamental correctness criteria We propose . . . the first provably correct approach for snapshot semantics that works for bags , sets, and more (e.g., provenance) and is implemented using SQL period relations Slide 3 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  6. Snapshot Semantics Snapshot Semantics Evaluates a non-temporal query Q over a temporal database D The query is evaluated over each snapshot τ T ( D ) The result is a temporal database - how Q ’s answer changes over time Slide 4 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  7. Snapshot Semantics Snapshot Semantics Evaluates a non-temporal query Q over a temporal database D The query is evaluated over each snapshot τ T ( D ) The result is a temporal database - how Q ’s answer changes over time Definition (Snapshot Reducibility) τ T ( Q ( D )) = Q ( τ T ( D )) Each time point T is associated with the result of the query at this point in time Essential correctness criterion for snapshot semantics! Slide 4 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  8. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  9. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  10. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  11. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  12. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  13. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period name skill Ann SP [ 03 , 10 ) Q onduty Ann SP cnt Joe NS [ 08 , 16 ) Joe NS 3 Sam SP [ 08 , 16 ) Sam SP Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  14. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period name skill Ann SP [ 03 , 10 ) Q onduty cnt Joe NS [ 08 , 16 ) Joe NS 2 Sam SP [ 08 , 16 ) Sam SP Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  15. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period name skill Ann SP [ 03 , 10 ) Q onduty cnt Joe NS [ 08 , 16 ) Joe NS 2 Sam SP [ 08 , 16 ) Sam SP Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  16. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty cnt Joe NS [ 08 , 16 ) name skill 0 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  17. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works name skill period Ann SP [ 03 , 10 ) Q onduty name skill cnt Joe NS [ 08 , 16 ) Ann SP 1 Sam SP [ 08 , 16 ) Ann SP [ 18 , 20 ) Ann, SP Joe, NS Sam, SP Ann, SP 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  18. Snapshot Semantics - Example Q onduty : SELECT count(*) AS cnt FROM works Merging of snapshot into intervals Possible interval encoding of the query result cnt period 0 [ 00 , 03 ) name skill period 1 [ 03 , 08 ) Ann SP [ 03 , 10 ) Q onduty 3 [ 08 , 10 ) Joe NS [ 08 , 16 ) 2 [ 10 , 16 ) Sam SP [ 08 , 16 ) 0 [ 16 , 18 ) Ann SP [ 18 , 20 ) 1 [ 18 , 20 ) 0 [ 20 , 23 ) Slide 5 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Introduction

  19. Outline Introduction 1 Three Problems 2 Our Approach 3 Experiments 4 Conclusions and Future Work 5

  20. Problem I: Aggregation Gap (AG) Bug Q duty : SELECT count(*) AS cnt FROM works cnt period works 0 [ 00 , 01 ) name period 1 [ 01 , 02 ) Ann [ 01 , 05 ) Q AG − → 2 [ 02 , 05 ) Sam [ 02 , 05 ) 0 [ 05 , 08 ) Ann [ 08 , 11 ) 2 [ 08 , 11 ) Ann [ 08 , 11 ) 0 [ 11 , 12 ) Ann Ann Sam Ann 1 0 0 0 2 2 No approach correctly handles gaps for aggregation! → Violation of snapshot reducibility! Slide 7 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Three Problems

  21. Problem II: Bag Difference (BD) Bug Q BD : SELECT name FROM assign EXCEPT ALL SELECT name FROM works name period assign Ann [ 00 , 04 ) Sam [ 01 , 04 ) name period works Ann [ 00 , 04 ) Ann [ 07 , 08 ) Q BD name period − → Sam [ 01 , 04 ) Ann [ 07 , 08 ) Ann [ 8 , 9 ) Ann [ 07 , 10 ) Ann [ 08 , 09 ) Ann [ 07 , 10 ) Ann [ 09 , 10 ) Ann [ 09 , 10 ) Ann Ann Sam Ann − T Ann Ann Ann Ann Ann Sam Ann Ann Most approaches perform a NOT EXISTS → Violation of snapshot reducibility! Slide 8 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Three Problems

  22. Problem III: Unique Interval Encoding What? Snapshot reducibility only tells us snapshots of the result name period name period Ann [ 00 , 04 ) Ann [ 00 , 01 ) Ann [ 01 , 04 ) Ann [ 01 , 04 ) Sam [ 01 , 03 ) Ann [ 01 , 04 ) Sam [ 03 , 04 ) Sam [ 01 , 04 ) Ann Ann Ann Ann Ann Sam Sam Sam Slide 9 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Three Problems

  23. Problem III: Unique Interval Encoding What? Snapshot reducibility only tells us snapshots of the result Why uniqueness? Equivalence rules hold, eg., r ∩ s ≡ r − ( r − s ) name period name period Ann [ 00 , 04 ) Ann [ 00 , 01 ) Ann [ 01 , 04 ) Ann [ 01 , 04 ) Sam [ 01 , 03 ) Ann [ 01 , 04 ) Sam [ 03 , 04 ) Sam [ 01 , 04 ) Ann Ann Ann Ann Ann Sam Sam Sam Slide 9 of 27 A. Dignös - Snapshot Semantics for Temporal Multiset Relations: Three Problems

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