Computing Skylines on Distributed Data
Haoyu Zhang, Qin Zhang

TL;DR
This paper develops and analyzes algorithms for computing skyline queries in distributed data settings, optimizing communication and rounds, with theoretical guarantees and experimental validation.
Contribution
It introduces new algorithms for distributed skyline computation with provable guarantees, addressing both horizontal and vertical data partitions.
Findings
Algorithms outperform existing heuristics in experiments
Theoretical bounds match empirical performance
Effective for both synthetic and real datasets
Abstract
In this paper we study skyline queries in the distributed computational model, where we have remote sites and a central coordinator (the query node); each site holds a piece of data, and the coordinator wants to compute the skyline of the union of the datasets. The computation is in terms of rounds, and the goal is to minimize both the total communication cost and the round cost. Viewing data objects as points in the Euclidean space, we consider both the horizontal data partition case where each site holds a subset of points, and the vertical data partition case where each site holds one coordinate of all the points. We give a set of algorithms that have provable theoretical guarantees, and complement them with information theoretical lower bounds. We also demonstrate the superiority of our algorithms over existing heuristics by an extensive set of experiments on both…
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 · Advanced Image and Video Retrieval Techniques
