Efficiently Processing Continuous K-Nn Queries On Data Streams

Christian Böhm,Beng Chin Ooi,Claudia Plant,Ying Yan
DOI: https://doi.org/10.1109/ICDE.2007.367861
2007-01-01
Abstract:Efficiently processing continuous k-nearest neighbor queries on data streams is important in many application domains, e. g. for network intrusion detection. Usually not all valid data objects from the stream can be kept in main memory. Therefore, most existing solutions are approximative. In this paper we propose an efficient method for exact k-NN monitoring. Our method is based on three ideas, (1) selecting exactly those objects from the stream which are able to become the nearest neighbor of one or more continuous queries and storing them in a skyline data structure, (2) delaying to process those objects which are not immediately nearest neighbors of any query, and (3) indexing the queries rather than the streaming objects. In an extensive experimental evaluation we demonstrate that our method is applicable on high throughput data streams requiring only very limited storage.
What problem does this paper attempt to address?