Time-slide window join over data streams

作者:Hyeon Gyu Kim, Yoo Hyun Park, Yang Hyun Cho, Myoung Ho Kim

摘要

The join is an important operator in processing data streams. To produce outputs continuously over unbounded data streams, sliding windows are generally used to limit the scope of the join at a certain time. In the existing join algorithms, only a simple type of windows have been considered, which are updated whenever a new data item arrives on any input stream. On the other hand, a more common type of windows have not been addressed yet, whose intervals are updated periodically, i.e., slid by a predefined time interval. In this paper, we consider the time-slide windows in joining multiple data streams. The algorithm for the time-slide window join can vary according to (i) how frequently the join is evaluated and (ii) which structure is used for windowing. Regarding this, possible algorithms are discussed, and experimental results that compare their performances are provided in this paper.

论文关键词:Data streams, window join, symmetric hash join, time-slide windows, windowing structure

论文评审过程:

论文官网地址:https://doi.org/10.1007/s10844-014-0325-4