streaming tape
A data storage technology using magnetic tape where the tape is in constant motion while reading or writing data.
streaming tape: continuous-motion magnetic backup
Streaming tape is a magnetic tape storage format in which the tape moves continuously past read/write heads without stopping between data blocks. Unlike older reel-to-reel systems that started and stopped for each record, streaming tape maintains constant velocity, typically 30 to 200 inches per second depending on the drive model. This continuous motion allows data to be written or read in an uninterrupted stream, which became the standard approach for backing up large databases and file systems from the 1980s onward.
The tape itself is usually 0.5 inches wide and wound on a cartridge; common formats include QIC (Quarter Inch Cartridge), DLT (Digital Linear Tape), LTO (Linear Tape-Open), and AIT (Advanced Intelligent Tape). Each format uses different track layouts and recording densities. LTO, introduced in the late 1990s, became dominant in enterprise backup because of its longevity, capacity (modern LTO-9 cartridges hold up to 18 terabytes native), and standardization across vendors. A single streaming tape drive can back up hundreds of gigabytes to terabytes of data in a few hours, making it cost-effective for large-scale archival.
Why streaming matters in practice
The key advantage of streaming is throughput: data flows to tape at a sustained rate without mechanical repositioning delays. This is essential when backing up systems that generate gigabytes per hour. However, streaming tape has a critical weakness: it cannot efficiently retrieve a small file buried in the middle of a cartridge. Locating that file requires the drive to shuttle backward and forward, or to read sequentially from the start, making random access slow. This limitation is why streaming tape remains suited to full backups and archives, not to frequent random retrieval.
Drive reliability depends on tape path cleanliness and cartridge quality. Dust, oxide shedding, or a damaged cartridge can cause read errors or head crashes. Most modern streaming drives include error correction (LDPC codes in LTO) and require periodic head cleaning. Environmental conditions matter: tape stored in high heat or humidity degrades faster. Recommended conditions are 16 to 35 degrees Celsius and 20 to 80 percent relative humidity. A cartridge stored properly can remain readable for 20 to 30 years, which is why streaming tape remains the standard for cold archival even as disk and cloud storage expand.
The term "streaming" distinguishes this approach from "start-stop" tape and from random-access disk. In practice, backup software orchestrates the streaming: it sends data continuously to the drive, which writes it in a single pass. If the data source is slower than the tape drive, the drive may temporarily stop and wait (causing an artificial gap in the stream), but the design assumes sustained data arrival. For organizations managing petabytes of archival data, streaming tape remains the lowest cost-per-gigabyte and most durable option available.