Title :
Recursive Computation of Regions and Connectivity in Networks
Author :
Liu, Mengmeng ; Taylor, Nicholas E. ; Zhou, Wenchao ; Ives, Zachary G. ; Loo, Boon Thau
Author_Institution :
Comput. & Inf. Sci. Dept., Univ. of Pennsylvania, Philadelphia, PA
fDate :
March 29 2009-April 2 2009
Abstract :
In recent years, the data management community has begun to consider situations in which data access is closely tied to network routing and distributed acquisition: examples include, sensor networks that execute queries about reachable nodes or contiguous regions, declarative networks that maintain information about shortest paths and reachable endpoints, and distributed and peer-to-peer stream systems that detect associations (e.g., transitive relationships) among data at the distributed sources. In each case, the fundamental operation is to maintain a view over dynamic network state. This view is typically distributed, recursive, and may contain aggregation, e.g., describing transitive connectivity, shortest paths, least costly paths, or region membership. Surprisingly, solutions to computing such views are often domain-specific, expensive, and incomplete. In this paper, we recast the problem as one of incremental recursive view maintenance in the presence of distributed streams of updates to tuples: new stream data becomes insert operations and tuple expirations become deletions. We develop a set of techniques that maintain compact information about tuple derivability or data provenance. We complement this with techniques to reduce communication: aggregate selections to prune irrelevant aggregation tuples, provenance-aware operators that can determine when tuples are no longer derivable and remove them from their state, and shipping operators that greatly reduce the tuple and provenance information being propagated while still maintaining correct answers. We validate our work in a distributed setting with sensor and network router queries, showing significant gains in communication overhead without sacrificing performance.
Keywords :
query processing; sensor fusion; data associations; data management; data provenance; declarative networks; distributed acquisition; distributed systems; incremental recursive view maintenance; network routing; peer-to-peer stream systems; recursive computation; sensor networks; Computer network management; Computer networks; Data engineering; Deductive databases; Distributed computing; Peer to peer computing; Physics computing; Routing; Sensor systems; Spatial databases;
Conference_Titel :
Data Engineering, 2009. ICDE '09. IEEE 25th International Conference on
Conference_Location :
Shanghai
Print_ISBN :
978-1-4244-3422-0
Electronic_ISBN :
1084-4627
DOI :
10.1109/ICDE.2009.36