|
Maintaining Sliding Window Skylines on Data Streams |
|
IEEE Transactions on Knowledge and Data Engineering (TKDE), 18(3): 377-391, 2006 |
| Abstract |
|
This paper studies skyline computation in stream
environments, where query processing takes into account only a “sliding
window” covering the most recent tuples. We propose algorithms that
continuously monitor the incoming data and maintain the skyline
incrementally. Our techniques utilize several interesting properties of
stream skylines to improve space/time efficiency by expunging data from the
system as early as possible (i.e., before their expiration). Furthermore, we
analyze the asymptotical performance of the proposed solutions, and evaluate
their efficiency with extensive experiments. |
| Paper download |
![]() |
| Implementation and datasets |
Before you proceed with downloading, please read and agree to the terms of using our implementation.
Download our
source codes (implemented: by
Yufei Tao). |