Efficient mining of skyline objects in subspaces over data streams

作者:Zhenhua Huang, Shengli Sun, Wei Wang

摘要

Given a set of k-dimensional objects, the skyline query finds the objects that are not dominated by others. In practice, different users may be interested in different dimensions of the data, and issue queries on any subset of k dimensions in stream environments. This paper focuses on supporting concurrent and unpredictable subspace skyline queries over data streams. Simply to compute and store the skyline objects of every subspace in stream environments will incur expensive update cost. To balance the query cost and update cost, we only maintain the full space skyline in this paper. We first propose an efficient maintenance algorithm and several novel pruning techniques. Then, an efficient and scalable two-phase algorithm is proposed to process the skyline queries in different subspaces based on the full space skyline. Furthermore, we present the theoretical analyses and extensive experiments that demonstrate our method is both efficient and effective.

论文关键词:Skyline query, Sliding window, Query optimization, Performance evaluation, Regular grid

论文评审过程:

论文官网地址:https://doi.org/10.1007/s10115-008-0185-8