A DNA-Based Archival Storage System
📜 Abstract
Demand for data storage is growing exponentially, but the capacity of existing storage media is not keeping up. Using DNA to archive data is an attractive possibility because it is extremely dense, with a raw limit of 1 exabyte/mm3 (109 GB/mm3), and long-lasting, with observed half-life of over 500 years. This paper presents an architecture for a DNA-based archival storage system. It is structured as a key-value store, and leverages common biochemical techniques to provide random access. We also propose a new encoding scheme that offers controllable redundancy, trading off reliability for density. We demonstrate feasibility, random access, and robustness of the proposed encoding with wet lab experiments involving 151 kB of synthesized DNA and a 42 kB random-access subset, and simulation experiments of larger sets calibrated to the wet lab experiments. Finally, we highlight trends in biotechnology that indicate the impending practicality of DNA storage for much larger datasets.
✨ Summary
Summary
The paper proposes a DNA-backed archival storage architecture organized as a key-value store. It embeds addresses and PCR primer targets into short DNA strands, enabling selective amplification and sequencing of requested data rather than sequencing an entire DNA pool. It also introduces an XOR-based redundancy scheme that supports tunable reliability and, according to the paper’s simulations, achieves higher density than the Goldman overlapping-segment encoding while providing comparable reliability.
The experimental evaluation synthesized 151 kB of data across 45,652 DNA sequences and retrieved selected files totaling 42 kB through PCR-based random access. All four tested files were recovered; one required a manual one-byte correction. Simulations further examined sequencing depth, strand length, redundancy, and molecular decay. The authors identify sequencing errors and truncated synthesis products as important practical limitations, with sequencing error dominating in their measurements.
Subsequent research explicitly built on the paper’s PCR-based random-access approach. Organick et al. demonstrated random access at substantially larger scale, while later work investigated alternatives such as silica-capsule barcoding, microfluidic or microcapsule compartmentalization, and nanopore-compatible retrieval and assembly. These studies indicate that the paper helped establish random access, addressing, and error-tolerant encoding as central design problems for scalable DNA storage systems. (nature.com)
The work is also cited in later reviews as an early systems-oriented contribution to DNA data storage, alongside subsequent efforts addressing scalability, physical organization, access bias, and cost. (nature.com)