DecreaseKeys are Expensive for External Memory Priority Queues
Kasper Eenberg, Kasper Green Larsen, Huacheng Yu

TL;DR
This paper proves a lower bound showing that supporting DecreaseKey operations in external memory priority queues inherently requires more I/O operations, indicating a fundamental performance limitation.
Contribution
The paper establishes a new lower bound for external memory priority queues with DecreaseKey, demonstrating that their performance cannot match that of simpler queues without DecreaseKey.
Findings
Supports the conjecture that DecreaseKey operations are inherently costly in external memory
Provides a lower bound of Ω((N/B) log_{log N} B) I/Os for mixed operations
The bound applies to both comparison-based and non-comparison-based priority queues.
Abstract
One of the biggest open problems in external memory data structures is the priority queue problem with DecreaseKey operations. If only Insert and ExtractMin operations need to be supported, one can design a comparison-based priority queue performing I/Os over a sequence of operations, where is the disk block size in number of words and is the main memory size in number of words. This matches the lower bound for comparison-based sorting and is hence optimal for comparison-based priority queues. However, if we also need to support DecreaseKeys, the performance of the best known priority queue is only I/Os. The big open question is whether a degradation in performance really is necessary. We answer this question affirmatively by proving a lower bound of I/Os for processing a sequence of intermixed…
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 Data Storage Technologies · Complexity and Algorithms in Graphs · Algorithms and Data Compression
