Humanity is generating data at an exponential rate, but our current methods for storing it are remarkably fragile
However, a recently published study from the Microsoft Research Project Silica Team details an end-to-end system that solves this by writing data directly into glass
Sidebar: Just How Much Data is Out There?
If the amount of digital information in the world is something that enters your consciousness, you might want to sit down for this. The global "datasphere" is expanding at an unprecedented rate, currently estimated to be over a staggering 175 zettabytes.
To truly visualize the sheer scale of 175 zettabytes, consider these mathematical comparisons:
The Baseline: A single zettabyte is the equivalent of one trillion gigabytes
. The "sweet spot" for the hard drive in a modern computer is 1 terabyte. It would therefore take 1 billion (1,000,000,000) 1-terabyte hard drives to equal 1 zettabyte. The Physical Scale: If you were to store the entire 2025 global datasphere on standard DVDs, the resulting stack would be tall enough to reach the moon 23 times, or it could circle the Earth 222 times
. Download Time: Attempting to download this massive amount of data at an average connection speed of 25 Megabit per second would take a single person 1.8 billion years to complete
. As a point of interest, in 2025, the global datasphere expanded at a rate of approximately 5.55 Petabytes (5,550 Terabytes) every single second, completely dwarfing the capacity of any standard internet connection.
The Hardware: Quartz and Borosilicate
This is where Project Silica comes in. Glass is naturally resistant to moisture, temperature fluctuations, and electromagnetic interference
Accelerated aging tests show that data stored this way will remain stable for more than 10,000 years at room temperature
. A single 120 mm square, 2 mm thick piece of glass can hold 4.8 TB of data
. The technology achieves a data density of 1.59 Gbit per cubic millimeter by stacking 301 layers of data
.
The Write Mechanism: Femtosecond Lasers
Instead of using magnetic charges, this system uses femtosecond lasers to create microscopic modifications, called voxels, inside the glass
The system operates using two efficient regimes: birefringent voxels in high-purity fused silica, and phase voxels in lower-cost borosilicate glass
. The write throughput reaches 25.6 Mbit per second per beam, limited only by the laser's repetition rate. Using a multibeam system, the write throughput can scale up to 65.9 Mbit per second (these may seem slow compared to the write throughput of modern Solid-State Drives, but this is both the early stages of this technology and for long-term preservation of digital information, rather than local storage).
The writing process is highly energy-efficient, requiring only 10.1 nJ (nanojoules) of energy per bit
. This seems high, as the average energy expenditure to write to an NVMe (Non-Volatile Memory Express) SSD is 0.33 nJ per bit, but consider that once the bit has been written to the silica, the energy cost drops to zero for the next 10,000 years: silica does not require energy to maintain its data.
The Read Mechanism: Machine Learning
Retrieving the data involves shining light through the glass and using wide-field transmission optical microscopy to read the voxels in parallel
Because the modifications are three-dimensional and densely packed, there is optical noise and cross-talk between the layers
. To translate the images back into accurate data, the system relies on convolutional neural networks trained to infer the correct symbols
. A low-density parity-check code is then applied to correct any residual errors, ensuring flawless data integrity
.
Comments
Post a Comment