papers-we-love / portland

Papers We :heart: Portland
8 stars 3 forks source link

[Paper Suggestion] Temporal Alignment #23

Open jdavisp3 opened 1 month ago

jdavisp3 commented 1 month ago

Paper Suggestion

Content Summary

In order to process interval timestamped data, the sequenced semantics has been proposed. This paper presents a relational algebra solution that provides native support for the three properties of the sequenced semantics: snapshot reducibility, extended snapshot reducibility, and change preservation. We introduce two temporal primitives, temporal splitter and temporal aligner, and define rules that use these primitives to reduce the operators of a temporal algebra to their nontemporal counterparts. Our solution supports the three properties of the sequenced semantics through interval adjustment and timestamp propagation. We have implemented the temporal primitives and reduction rules in the kernel of PostgreSQL to get native database support for processing interval timestamped data. The support is comprehensive and includes outer joins, antijoins, and aggregations with predicates and functions over the time intervals of argument relations. The implementation and empirical evaluation confirms effectiveness and scalability of our solution that leverages existing database query optimization techniques.

jdavisp3 commented 1 month ago

https://discord.com/channels/1025104619975737446/1266094069008961659