Title :
Efficiently Monitoring Top-k Pairs over Sliding Windows
Author :
Shen, Zhitao ; Cheema, Muhammad Aamir ; Lin, Xuemin ; Zhang, Wenjie ; Wang, Haixun
Author_Institution :
Univ. of New South Wales, Sydney, NSW, Australia
Abstract :
Top-k pairs queries have received significant attention by the research community. k-closest pairs queries, k-furthest pairs queries and their variants are among the most well studied special cases of the top-k pairs queries. In this paper, we present the first approach to answer a broad class of top-k pairs queries over sliding windows. Our framework handles multiple top-k pairs queries and each query is allowed to use a different scoring function, a different value of k and a different size of the sliding window. Although the number of possible pairs in the sliding window is quadratic to the number of objects N in the sliding window, we efficiently answer the top-k pairs query by maintaining a small subset of pairs called K-sky band which is expected to consist of O(K log(N/K)) pairs. For all the queries that use the same scoring function, we need to maintain only one K-sky band. We present efficient techniques for the K-sky band maintenance and query answering. We conduct a detailed complexity analysis and show that the expected cost of our approach is reasonably close to the lower bound cost. We experimentally verify this by comparing our approach with a specially designed supreme algorithm that assumes the existence of an oracle and meets the lower bound cost.
Keywords :
computational complexity; query processing; K-sky band maintenance; complexity analysis; k-closest pairs queries; k-furthest pairs queries; oracle; query answering; scoring function; sliding windows; supreme algorithm; top-k pairs monitoring; top-k pairs queries; Algorithm design and analysis; Complexity theory; Conferences; Educational institutions; Maintenance engineering; Monitoring; Query processing;
Conference_Titel :
Data Engineering (ICDE), 2012 IEEE 28th International Conference on
Conference_Location :
Washington, DC
Print_ISBN :
978-1-4673-0042-1
DOI :
10.1109/ICDE.2012.89