Dynamic Top-$k$ Dominating Queries
Andreas Kosmatopoulos, Kostas Tsichlas

TL;DR
This paper introduces the first algorithms with proven efficiency for semi-dynamic and fully dynamic top-$k$ dominating queries, enabling better multi-criteria decision making in dynamic datasets.
Contribution
It presents novel algorithms for semi-dynamic and fully dynamic top-$k$ dominating queries with asymptotic efficiency guarantees.
Findings
First algorithms with asymptotic guarantees for dynamic top-$k$ dominating queries
Handles insertions and deletions in dynamic datasets
Improves multi-criteria decision making tools
Abstract
Let be a dataset of 2-dimensional points. The top- dominating query aims to report the points that dominate the most points in . A point dominates a point iff all coordinates of are smaller than or equal to those of and at least one of them is strictly smaller. The top- dominating query combines the dominance concept of maxima queries with the ranking function of top- queries and can be used as an important tool in multi-criteria decision making systems. In this work, we propose novel algorithms for answering semi-dynamic (insertions only) and fully dynamic (insertions and deletions) top- dominating queries. To the best of our knowledge, this is the first work towards handling (semi-)dynamic top- dominating queries that offers algorithms with asymptotic guarantees regarding their time and space cost.
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 · Optimization and Search Problems · Advanced Database Systems and Queries
