Slashdot Mirror


How the LHC Is Reviving Magnetic Tape

sandbagger writes "The Large Hadron Collider is the world's biggest science experiment. When spinning, it reportedly generates up to six gigs of data per second. Today's six-terabyte tape cartridges fill rapidly when you're creating that amount of material. The Economist reports that despite the advances in SSDs and hard drives, tape still seems to be the way to go when you need to store massive amounts of digital assets."

3 of 267 comments (clear)

  1. Re:Never underestimate the bandwidth by Isca · · Score: 4, Interesting

    Actually I found the article informative. I knew tapes were the cheapest and most cost effective backup solution but I didn't realize that they were so fast once the tap has been loaded.

    It's also interesting to see the advances in tape reading technology that they are striving for - it sounds as if it will keep pace with HD and SSD technology to keep staying relevant.

  2. Re:Never underestimate the bandwidth by SuricouRaven · · Score: 5, Interesting

    Cheapest, sort of.

    The price of storage roughly follows the y=mx+c linear graph: m is the cost of the media, while c is the cost of the equipment needed to access it.

    For hard drives, it's easy: c=0. A drive is self-contained.

    For tape, c is large (Up to several thousand pounds for one tape drive), but m is smaller (Tape, purchased in bulk, is cheap).

    So if you're storing a small amount of data, a rack full of hard drives is cheaper. For larger amounts, tape is cheaper.

    This ignores issues of ease of access and management software.

  3. Re:Never underestimate the bandwidth by TooMuchToDo · · Score: 4, Interesting

    I used to work on data taking for the CMS detector at the LHC. We were using Storagetek tape silos [http://computing.fnal.gov/cdtracks/2009/january/images/robot.jpg] for long-term storage of data at Tier1.

    Tape allows for cheaper storage and large capacities, but you're then fighting contention issues (there are only so many robotic arms and tape drives for your tape library) as well as having data on tapes go bad without knowing it. When data is on disk, I can at least verify it immediately. Bit rot is definitely alive and well on tape.