vix.ing · top · new · best · stats

Theoretical and Practical Aspects of the Linear Tape Scheduling Problem

2018/10/21 by Carlos Cardonha, Cardonha, Carlos, Lucas C. Villa Real +1
Computer Science · Engineering · Mathematics · #68W25 #68W27 #90B35 #Advanced Data Storage Technologies #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #FOS: Mathematics #Optimization and Control (math.OC) #Optimization and Search Problems #Scheduling and Optimization Algorithms #cs.DS #math.OC #msc:68W25 #msc:68W27 #msc:90B35

paper · pdf · doi:10.48550/arxiv.1810.09005

26 pages, 1 figure, 3 tables, currently under review

arxiv created 2018/10/21 · openalex publication_date 2018/10/21 · arxiv updated 2018/10/23 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Magnetic tapes have been playing a key role as means for storage of digital data for decades, and their unsurpassed cost-effectiveness still make them the technology of choice in several industries, such as media and entertainment. Tapes are mostly used for cold storage nowadays, and therefore the study of scheduling algorithms for read requests tailored for these devices has been largely neglected in the literature. In this article, we investigate the Linear Tape Scheduling Problem (LTSP), in which read requests associated with files stored on a single-tracked magnetic tape should be scheduled in a way that the sum of all response times are minimized. LTSP has many similarities with classical combinatorial optimization problems such as the Traveling Repairmen Problem and the Dial-a-Ride Problem restricted to the real line; nevertheless, significant differences on structural properties and strict time-limit constraints of real-world scenarios make LTSP challenging and interesting on its own. In this work, we investigate several properties and algorithms for LTSP and some of its extensions. The results allowed for the identification of 3-approximation algorithms for LTSP and efficient exact algorithms for some of its special cases. We also show that LTSPR, the version of the problem with heterogeneous release times for requests, is NP-complete. OLTSP, the online extension of LTSPR, does not admit c-competitive algorithms for any constant factor c, but we nevertheless introduce an algorithm for the problem and show through extensive computational experiments on synthetic and real-world datasets that different embodiments of the proposed strategy are computationally efficient and over-perform by orders of magnitude an algorithm being currently used by real-world tape file systems.

Related