Fully Dynamic Data Structure for Top-k Queries on Uncertain Data
Manish Patil, Rahul Shah, Sharma V. Thankachan

TL;DR
This paper introduces a fully dynamic data structure for top-$k$ queries on uncertain data, enabling efficient updates and queries by leveraging a ranking function under the $x$-relation model.
Contribution
It presents the first fully dynamic data structure for top-$k$ queries on uncertain data using the $PRF^e$ ranking function, supporting efficient updates and queries.
Findings
Answers top-$k$ queries in $O(k\log N)$ time
Handles updates in $O(\log N)$ time
Uses $O(N)$ space for uncertain relations
Abstract
Top- queries allow end-users to focus on the most important (top-) answers amongst those which satisfy the query. In traditional databases, a user defined score function assigns a score value to each tuple and a top- query returns tuples with the highest score. In uncertain database, top- answer depends not only on the scores but also on the membership probabilities of tuples. Several top- definitions covering different aspects of score-probability interplay have been proposed in recent past~\cite{R10,R4,R2,R8}. Most of the existing work in this research field is focused on developing efficient algorithms for answering top- queries on static uncertain data. Any change (insertion, deletion of a tuple or change in membership probability, score of a tuple) in underlying data forces re-computation of query answers. Such re-computations are not practical considering 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
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Geographic Information Systems Studies
