English

On Competitiveness of Dynamic Replication for Distributed Data Access

Data Structures and Algorithms 2025-10-29 v1

Abstract

This paper studies an online cost optimization problem for distributed storage and access. The goal is to dynamically create and delete copies of data objects over time at geo-distributed servers to serve access requests and minimize the total storage and network cost. We revisit a recent algorithm in the literature and show that it does not have a competitive ratio of 22 as claimed by constructing a counterexample. We further prove that no deterministic online algorithm can achieve a competitive ratio bounded by 22 for the general cost optimization problem. We develop an online algorithm and prove that it achieves a competitive ratio of max{2,min{γ,3}}\max\{2, \min\{\gamma, 3\}\}, where γ\gamma is the max/min storage cost ratio among all servers. Examples are given to confirm the tightness of competitive analysis. We also empirically evaluate algorithms using real object access traces.

Keywords

Cite

@article{arxiv.2510.24098,
  title  = {On Competitiveness of Dynamic Replication for Distributed Data Access},
  author = {Tianyu Zuo and Xueyan Tang and Bu Sung Lee and Jianfei Cai},
  journal= {arXiv preprint arXiv:2510.24098},
  year   = {2025}
}

Comments

Extended version of a paper that will appear in ICDCN 2026 conference

R2 v1 2026-07-01T07:09:02.158Z