Buffered Partially-Persistent External-Memory Search Trees
Abstract
We present an optimal partially-persistent external-memory search tree with amortized I/O bounds matching those achieved by the non-persistent -tree by Brodal and Fagerberg [SODA 2003]. In a partially-persistent data structure each update creates a new version of the data structure, where all past versions can be queried, but only the current version can be updated. All operations should be efficient with respect to the size of the accessed version . For any parameter , our data structure supports insertions and deletions in amortized I/Os, where is the external-memory block size. It also supports successor and range reporting queries in amortized I/Os, where is the number of values reported. The space usage of the data structure is linear in the total number of updates. We make the standard and minimal assumption that the internal memory has size . The previous state-of-the-art external-memory partially-persistent search tree by Arge, Danner and Teh [JEA 2003] supports all operations in worst-case I/Os, matching the bounds achieved by the classical B-tree by Bayer and McCreight [Acta Informatica 1972]. Our data structure successfully combines buffering updates with partial persistence. The I/O bounds can also be achieved in the worst-case sense, by slightly modifying our data structure and under the requirement that the memory size . The worst-case result slightly improves the memory requirement over the previous ephemeral external-memory dictionary by Das, Iacono, and Nekrich (ISAAC 2022), who achieved matching worst-case I/O bounds but required .
Cite
@article{arxiv.2503.08211,
title = {Buffered Partially-Persistent External-Memory Search Trees},
author = {Gerth Stølting Brodal and Casper Moldrup Rysgaard and Rolf Svenning},
journal= {arXiv preprint arXiv:2503.08211},
year = {2025}
}