Efficient Management of Short-Lived Data
Albrecht Schmidt, Christian S. Jensen

TL;DR
This paper introduces data structures and algorithms for efficiently managing short-lived data with expiration times in loosely-coupled systems, using persistent treaps to handle dynamic expiration scheduling.
Contribution
It proposes a novel approach using persistent treaps for online management of data with expiration times, demonstrating scalability and efficiency through extensive experiments.
Findings
The approach is scalable and well-behaved in experiments.
It outperforms several competing methods in efficiency.
The data structures effectively handle dynamic expiration scheduling.
Abstract
Motivated by the increasing prominence of loosely-coupled systems, such as mobile and sensor networks, which are characterised by intermittent connectivity and volatile data, we study the tagging of data with so-called expiration times. More specifically, when data are inserted into a database, they may be tagged with time values indicating when they expire, i.e., when they are regarded as stale or invalid and thus are no longer considered part of the database. In a number of applications, expiration times are known and can be assigned at insertion time. We present data structures and algorithms for online management of data tagged with expiration times. The algorithms are based on fully functional, persistent treaps, which are a combination of binary search trees with respect to a primary attribute and heaps with respect to a secondary attribute. The primary attribute implements…
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
TopicsAdvanced Database Systems and Queries · Data Management and Algorithms · Scientific Computing and Data Management
