Theoretical and Practical Aspects of the Linear Tape Scheduling Problem
Carlos Cardonha, Lucas C. Villa Real

TL;DR
This paper studies the Linear Tape Scheduling Problem (LTSP), proposing algorithms with approximation guarantees, analyzing its complexity, and demonstrating practical efficiency and superiority over existing methods in real-world scenarios.
Contribution
It introduces new algorithms for LTSP, establishes approximation bounds, analyzes complexity, and demonstrates practical improvements over current tape scheduling methods.
Findings
Identified 3-approximation algorithms for LTSP.
Developed efficient exact algorithms for special cases.
Showed the proposed algorithms outperform existing solutions in experiments.
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…
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
TopicsOptimization and Search Problems · Advanced Data Storage Technologies · Scheduling and Optimization Algorithms
