Please write a short report (1400 words or less) to describe the history,
techniques and application forte of the different approaches to CEP,
and the systems implementing them.
Week 2. Assignment. Solutions can be found in here.
Read The following three papers:
* Study K. Guion's overview on OLAP Functions.
* Study the proposed Match-Recognize ANSI Standards for SQL (SQL-MR
for short) Discussion
blog on SQL-MR
* Study Models and
Issues in Data Stream Systems. by B. Babcock, S. Babu, M. Datar,
R. Motwani, and J. Widom. Invited paper in Proc. of PODS 2002, June
2002.
Task 1.1. Given the temporal table:
emp-history( E#, Dept, Sal, Tstart, Tend)
Use SQL:2003 OLAP functions to compute the relation
emp-history( E#, Dept, Tstart, Tend)
obtained from the previous relation by projecting out Sal and coalesching
the time intervals ( You can find a solution of the similar problem
in these slides and this paper)
Task 1.2. Express in SQL-MR the example query the SQL-TS
queries in the slides
Task 1.3. Write a short (one page or less) report on SQL-MR explaining
the parts that, in your view, have problems or require clarification
(e.g., my view is thatoutputs are not clear in the presence of alternative
patterns).