Incremental Sliding Window Connectivity over Streaming Graphs
Chao Zhang, Angela Bonifati, M. Tamer \"Ozsu

TL;DR
This paper presents a novel index-based method for real-time connectivity queries on streaming graphs that avoids costly edge deletions, significantly improving throughput and latency.
Contribution
The paper introduces the BIC model, a bidirectional incremental computation framework that efficiently maintains connectivity information without physical edge deletions.
Findings
14x increase in throughput
up to 3900x reduction in P95 latency
Effective index storage and update techniques
Abstract
We study index-based processing for connectivity queries within sliding windows on streaming graphs. These queries, which determine whether two vertices belong to the same connected component, are fundamental operations in real-time graph data processing and demand high throughput and low latency. While indexing methods that leverage data structures for fully dynamic connectivity can facilitate efficient query processing, they encounter significant challenges with deleting expired edges from the window during window updates. We introduce a novel indexing approach that eliminates the need for physically performing edge deletions. This is achieved through a unique bidirectional incremental computation framework, referred to as the BIC model. The BIC model implements two distinct incremental computations to compute connected components within the window, operating along and against the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Opportunistic and Delay-Tolerant Networks · Distributed systems and fault tolerance
