Efficient Join Processing Over Incomplete Data Streams (Technical Report)
Weilong Ren, Xiang Lian, and Kambiz Ghazinour

TL;DR
This paper introduces a novel approach for join processing over incomplete data streams, combining data imputation and query execution to improve efficiency and accuracy in real-time applications.
Contribution
It proposes a cost-model-based imputation method using differential dependency, along with pruning strategies and efficient algorithms for join over incomplete streams.
Findings
The approach achieves high confidence in join results.
Experimental results show improved efficiency over existing methods.
Effective handling of missing data in high-speed streams.
Abstract
For decades, the join operator over fast data streams has always drawn much attention from the database community, due to its wide spectrum of real-world applications, such as online clustering, intrusion detection, sensor data monitoring, and so on. Existing works usually assume that the underlying streams to be joined are complete (without any missing values). However, this assumption may not always hold, since objects from streams may contain some missing attributes, due to various reasons such as packet losses, network congestion/failure, and so on. In this paper, we formalize an important problem, namely join over incomplete data streams (Join-iDS), which retrieves joining object pairs from incomplete data streams with high confidences. We tackle the Join-iDS problem in the style of "data imputation and query processing at the same time". To enable this style, we design an…
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
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Data Mining Algorithms and Applications
