Efficient Computation of Reverse Skyline on Data Stream

  • Authors:
  • Ling Zhu;Cuiping Li;Hong Chen

  • Affiliations:
  • -;-;-

  • Venue:
  • CSO '09 Proceedings of the 2009 International Joint Conference on Computational Sciences and Optimization - Volume 01
  • Year:
  • 2009

Quantified Score

Hi-index 0.01

Visualization

Abstract

Reverse Skyline Queries have been proved very useful in business location, environmental monitoring and some other applications. In this paper, we consider reverse skyline queries processing on data stream, which provides continuous, high-speed data elements. Specifically, we consider the latest objects in the sliding window. The challenge is that it is difficult to maintain a multidimensional index (for example, R-tree) in a dynamic dataset. Focusing on this challenge, we propose an algorithm with a DC-Tree as index and effective pruning methods to reduce the search space of query processing and the cost of index maintaining. Extensive experiments show that our algorithms are efficient and effective for on-line reverse skyline query.