Time-Optimal $k$-Server
Fabian Frei, Dennis Komm, Moritz Stocker, Philip Whittington
TL;DR
This paper introduces the time-optimal $k$-server problem, where the goal is to minimize the total time by summing the maximum per-step server movement rather than total distance. It establishes strong lower bounds for deterministic and randomized online algorithms across diverse metric spaces, including $2k-1$ on general graphs for deterministic algorithms and $k+O(\log k)$ for randomized cases on a diameter-$3$ construction, while also proving $k+1$ lower bounds on Euclidean spaces and $k$ on uniform metrics. An upper bound is provided via the Robin algorithm, achieving $A k$-competitiveness on spaces with aspect ratio $A$, and a matching $k$-competitive deterministic algorithm on uniform metric spaces, highlighting a tight alignment in that setting. The results reveal a substantial gap between upper and lower bounds in the time model and point toward leveraging time-based analyses to gain new insights into the classical $k$-server problem, including potential extensions of the work-function framework to time-costs.
Abstract
The time-optimal $k$-server problem minimizes the time spent serving all requests instead of the distances traveled. We give a lower bound of $2k-1$ on the competitive ratio of any deterministic online algorithm for this problem, which coincides with the best known upper bound on the competitive ratio achieved by the work-function algorithm for the classical $k$-server problem. We provide further lower bounds of $k+1$ for all Euclidean spaces and $k$ for uniform metric spaces. For the latter, we give a matching $k$-competitive deterministic algorithm. Our most technical result, proven by applying Yao's principle to a suitable instance distribution on a specifically constructed metric space, is a lower bound of $k+\mathcal{O}(\log k)$ that holds even for randomized algorithms, which contrasts with the best known lower bound for the classical problem that remains polylogarithmic. With this paper, we hope to initiate a further study of this natural yet neglected problem.
