Slashdot Mirror


640gb PCIe Solid-State Drive Demonstrated

Lisandro writes "TG Daily reports that the company Fusion io has presented a massively fast, massively large solid-state flash hard drive on a PCIe card at the Demofall 07 conference in San Diego. Fusion is promising sustained data rates of 800Mb/sec for reading and 600Mb/sec for writing. The company plans to start releasing the cards at 80 GB and will scale to 320 and 640 GB. '[Fusion io's CTO David Flynn] set the benchmark for the worst case scenario by using small 4K blocks and then streaming eight simultaneous 1 GB reads and writes. In that test, the ioDrive clocked in at 100,000 operations per second. "That would have just thrashed a regular hard drive," said Flynn. The company plans on releasing the first cards in December 2007 and will follow up with higher capacity versions later.'"

9 of 324 comments (clear)

  1. Re:Uhh, Price? by morgan_greywolf · · Score: 5, Informative
    FTFA:

    So how much will these cards cost? Flynn told us that the company is aiming to beat $30 dollars a GB, something that should seem very cheap to large corporations, adding "You can drop ship or Fedex this card and be up and running in a few minutes... you can't do that with a storage area network." So, let's say they get to $29 a GB, a reasonable price for NAND flash-based memory devices. 640*30==$19,200. Sorry, but that doesn't seem to beat an inexpensive SAN in price. I recently priced out a 12TB iSCSI SAN for a little bit more than that, and even 1-2 TB fibre SAN from IBM should be around the same price.

  2. Re:And another question. by LiquidCoooled · · Score: 4, Informative

    Hitachi are saying that they have solved the overwrite problem (at least mitigated it by a factor of 100)

    They appear to want to use normal DRAM memory for the running of the drive but then write it permanently to the NAND flash at shutdown/memory full time.
    I would assume this involves charging of a small battery and dumping the data later on.

    http://www.theinquirer.net/gb/inquirer/news/2007/09/26/hitachi-reckons-solid-state

    --
    liqbase :: faster than paper
  3. Re:Uhh, Price? by walt-sjc · · Score: 4, Informative

    Um, we were using large RAM disks (the kind that hooked up to SCSI, had a built in UPS and disk to dump RAM contents) many years ago (8 now?) to speed up databases. That was limited by the SCSI bus, but access time and latency were near zero (which was awesome.)
    Of course, large back then meant 4G, and the average hard disk was 9G. This is evolutionary, not revolutionary.

  4. Re:Oblig. by norton_I · · Score: 5, Informative

    You can tell if flash is bad, if worst comes to worst, by reading after writing. Or reading after erasing, and looking for stuck 1's.

    'worn out' flash doesn't spontaneously change state. Bits just get stuck and don't erase correctly.

    I don't know how flash drives actually handle this, but it isn't magic or impossible to fix.

    Also, the lifetime of modern flash is long enough that it is hardly an issue any more, even for normal desktop use. Maybe you don't want to use it for swap *IF* you swap a lot, but given the cost is in the same ballpark as RAM, you could just buy more RAM.

  5. Talking to the company at demo by shdowhawk · · Score: 5, Informative
    Having talked to people at demo, what it pretty much came down to is this... is this a product we should be excited about? Definitely ... is it something that will do well right away? Not at all. The price has to drop before this becomes a really valid and useful tool for the GENERAL PUBLIC / Company. But there are a lot of companies out there willing to pay too much money to get these. Hopefully these big companies buy these up and fund this project as QUICKLY as possible. 7 of these side by side at 320/640 gigs a piece is a SCARY/powerful server.

    That being said, a few of the guys there said that they pretty much expect these (at the beginning) to do the best sales for companies that are looking to get really really fast database servers going. NOT for scsi san replacements (it's silly to spend $100,000 for something you could get for 10,000 hard drive space wise). Eventually as the price drops... i know of a handful of people who would EASILY pay 1000$ to get one of these on a gaming rig even if it was only 100 gigs. But that right there is already 1/3rd of the price of what it currently is. (assuming it's around 30$ a gig).

    Another thing to keep in mind that came up in the conversations... since these are tiny, think about the cost per server rack... and think of the cost per electricity to run. If you take those into consideration, these are actually less expensive that most people would think! A massive rack of hard drives could cost a lot of money in a co-location ... and a lot of electricity to run it all... But then again, we're talking about savings on servers, not general in home use.

    When this gets to about 1/3rd of it's current price, that's when you will see these things become TRUELY mainstream both to the average company and home users (be it rich ones who need the latest and greatest).

    Fusioni-io -- Link to their site.

  6. Re:Oblig. by Lisandro · · Score: 3, Informative

    our childish "uh oh" introduction, your completely un-cited "a lot of issues" comment, and your vague "I recall" interruption reveal the fact that you're spouting off some crap on a subject you have no direct, real-world experience with. Find another subject with which to stroke your ego kid, because you're looking like a pompous dumbass on this one.

    The specs for a 256Mb NAND flash memory chip by Samsung (which is by far the biggest NAND flash manufacturer today) quotes 100k millon write/erase cycles, and this is for an IC commonly used in USB pendrives. The figure usually tends to get worse with increased memory sizes since the memory "element" (float gate) becomes smaller. For example, Modern 16Mb chips, which are the ones i have experience with, usualy quote 1 million W/E cycles endurance.

    But, it felt good stroking my ego a bit more :) Thanks!

  7. Re:Oblig. by Anonymous Coward · · Score: 3, Informative

    You can also tell if FLASH is verging toward failure on any particular block by timing the erase cycle. As the part ages out, the erase cycle takes longer. You can also use that information to enhance wear leveling.

  8. Re:write limit? by TinyManCan · · Score: 4, Informative
    Somewhere between 100k and 1 million times.

    Cosidering that this drive is 640GB, that means you would need to write somehwere in the region of 61 PETABYTES of information.

    You'd have to write to the drive at a perfect 800 MB/s for 941 days to hit that mark.

    It could last as long as 30 years, at full write speed of 800 MB/s if it can handle 1M writes per cell.

    At the end of the day, semiconductors this large and high quality are certainly better than tiny bits of rust on rapidly spinning platters.

  9. Re:Oblig. by Eccles · · Score: 3, Informative

    Oh yeah, how does a solid state drive handle fragmentation? I have heard that they don't fragment, but not from reliable sources, and I just don't see how that is possible unless there is some built in mechanism to close gaps on the fly or something.

    Hard disks have a fragmentation issue because sequential accesses are much faster than random ones with a spinning disk. Each time the next sector to get isn't right after the previous one, the head must seek to the start of the next track. Solid state "disks" have true random access, where accessing blocks in random order costs no more than sequential accesses. So while solid state will fragment, it doesn't matter for performance or reliability.

    --
    Ooh, a sarcasm detector. Oh, that's a real useful invention.