Slashdot Mirror


The State of Solid State Storage

carlmenezes writes "Pretty much every time a faster CPU is released, there are always a few that are marveled by the rate at which CPUs get faster but loathe the sluggish rate that storage evolves. Recognizing the allure of solid state storage, especially to performance-conscious enthusiast users, Gigabyte went about creating the first affordable solid state storage device, and they called it i-RAM. Would you pay $100 for a 4GB Solid State Drive that is up to 6x faster than a WD Raptor?"

26 of 481 comments (clear)

  1. Let me think. by gandell · · Score: 5, Interesting
    Would you pay $100 for a 4GB Solid State Drive that is up to 6x faster than a WD Raptor?

    Nope. I'd rather wait longer and have more capacity for less money. After all, I use Windows as my primary OS. I'm used to waiting.

    Truthfully, though, if the price came down, I'd be interested in this for a Windows install, and then install all my apps and save all my docs to an external IDE.

    --
    Mercy was given to me by Christ...I must give the same to others.
    1. Re:Let me think. by Pxtl · · Score: 3, Insightful

      Speaking of Windows, I would only want this if the OS used it intelligently for caching, hybernation, etc. automatically. If I had to manually juggle files between the magnetic drives and the fast storage, I wouldn't bother.

    2. Re:Let me think. by archen · · Score: 3, Informative

      I was thinking the same thing, but keep in mind that this thing is actually acting like a SATA drive. I'm sure they're hitting the limitations of SATA, not the limitations of ram. Until they come up with a _standard_ configuration for this type of memory disk that talks as fast as the ram allows instead of following ide/scsi/sata standards, we're stuck with these speeds for compatibility reasons I'm thinking.

    3. Re:Let me think. by Guspaz · · Score: 5, Insightful

      As the other reply mentioned, it's an SATA drive so limited to 150MB/s (100MB/s in practice). The latency is very low, yes, but that's not the only factor. There is only so much you can do with double the bandwidth, no matter how low the latency is.

      I also wonder if the benchmarks were done with drive caches on or off. I would imagine that this drive would be faster with caches off. With what might as well be zero latency on disk accesses, the benefit of a cache is lost; reading ahead probably will only waste bandwidth reading stuff we may not need.

      I'm very disappointed that the article didn't mention SATA2 (300MB/s), which is already available in most new motherboards. With double the bandwidth it would have made a big difference. It's very likely the device doesn't support SATA2. However the Anandtech article makes NO MENTION at all of SATA2, not even to the point of saying "We'd like to see this drive with SATA2 support."

    4. Re:Let me think. by jusdisgi · · Score: 4, Funny

      on that note, they could use the speed as their sales pitch. "Formats Windows partitions 6 times faster!!!" *ducks*

      I know it's just a joke, and I'm going maybe a bit off topic here, but have you ever formatted a Windows partition in Linux? Seriously, this is the way to fly...even if you don't use Linux much, it's worth your time to go download Knoppix or something and learn the few commands used to partition and format. You can format a 300GB drive as either FAT32 or NTFS in less than 10 seconds.

      1)fdisk /dev/hda (/dev/hda == primary master...hdb==pri/slave, hdc==sec/mast, etc.)
      2)Use self-explanitory one-letter commands to navigate fdisk and create either an NTFS (type 7) or FAT32 (type b) partition.
      3)mkntfs -Q /dev/hda1 -or- mkfs.vfat -F 32 /dev/hda1 (choose the partition number you created in step #1.)

      There are two great parts about this. First is the speed....It takes several hours to do this in Windows, but this takes seconds and works great with Windows afterward. But just as nice is the ability to create really big FAT32 drives. The format allows for huge (16TB or something?) volumes, but for some stupid reason the format utility provided in Windows restricts you to 32GB.

      That brings up an incredibly frustrating story, about the last time I tried to format a drive in Windows. It was a USB drive, so I wanted to use FAT for portability. I tried to format it, and in about 5 seconds the program told me the size of the drive and had me hit enter to confirm that I wanted it all as one big FAT32 volume. Then it verified the drive integrity for 7 and a half hours at the end of which it said "Volume is too large for FAT32."

      YOU MOTHERFUCKERS! YOU KNEW HOW BIG IT WAS WHEN YOU FUCKING STARTED!!!!

      Anyway, that's how I came to realize how much better it is to use Linux to format all your Windows drives. I won't be going back until MS forces a new filesystem on us.

      --
      Given a choice between free speech and free beer, most people will take the beer.
  2. More than $100... by Anonymous Coward · · Score: 5, Informative

    The card itself goes for $150, not including any RAM. So add 4 1GB sticks of RAM and you are looking at $500+ for the whole setup. So that is about $125 per GB...ouch!

  3. Am I getting old? by iguana · · Score: 5, Insightful

    I remember seeing this sort of thing way back in the DOS days. Battery backed RAM on an ISA card. Product died out because RAM was more expensive than HD.

  4. Umm more then that... by thebdj · · Score: 4, Insightful

    $150 + (4x$90) = $510 for 4 GB of solid state storage. Definitely not worth it.

    --
    "Some days you just can't get rid of a bomb."
  5. Eh by Tranquilus · · Score: 5, Informative

    The performance numbers Anand came up with on this are a little disappointing, in my view. It's nice, of course, to get a few seconds quicker startup of apps or level loads, but I doubt this is really worth it to most of us at this stage (aside from the coolness factor). Once capacity of these rises enough to make them capable of replacing HDs, though, they might be really nifty in the entertainment/HTPC space due to that silent operation. Basically, an interesting concept, still not quite ready for prime time, but getting a lot closer. Worth a quick read, anyway...

  6. Surely! by Bin_jammin · · Score: 4, Interesting

    I'd consider buying it if I were building a system that needed some fast write speed... maybe video capture. Be neato if I could get a few and stripe 'em.

  7. Swap Drive by smelroy · · Score: 3, Insightful

    If you use this to hold your swap and your main partition, I think the speed improvement would be well worth it! Then buy a 300GB drive for your MP3 collection and all the other junk that that doesn't need such access speed and you are set.

    --
    Switching to Linux can be an adventure!
  8. Darn straight I would/will! by Just+Some+Guy · · Score: 5, Interesting
    FreeBSD allows you to allocate a dynamically resizable filesystem out of swap (see: md, mfs). I'm thinking of mounting the whole thing as a super-fast swap partition - basically, as a giant L4 cache - and mounting /tmp and a few other speed-critical filesystems out of there.

    Mmmm, hyper-fast builds that don't depend on the latency of moving parts...

    --
    Dewey, what part of this looks like authorities should be involved?
    1. Re:Darn straight I would/will! by slashdot.org · · Score: 5, Insightful

      FreeBSD allows you to allocate a dynamically resizable filesystem out of swap (see: md, mfs). I'm thinking of mounting the whole thing as a super-fast swap partition - basically, as a giant L4 cache - and mounting /tmp and a few other speed-critical filesystems out of there.

      Mmmm, hyper-fast builds that don't depend on the latency of moving parts...


      This doesn't make sense. I suspect that you were misled by the incorrect summary. You don't get 4GB of solid state storage for $100.-. That would actually be a really good deal. All you get is a card which has SATA on one side and RAM slots on the other side.

      So instead of buying this card you could take the $100 towards a motherboard that supports > 4GB of RAM. Then the RAM will be sitting on a bus that can actually sustain datarates WAY higher than SATA.

      Since you don't need persistent storage for cache it makes little sense to stick it on a bus that can theoretically do, what, 150 MB/s? When you can stick it on a bus which can do several GB/s.

      I don't really see the point of this card, since it will only keep the data for 16 hours if not powered. In other words, if you leave for a weekend and for some reason the power to your PC is turned off, your tough out of luck.

      Other cards that I have seen in the past that make more sense, actually have a normal drive for persistent storage. If power fails, there's enough backup power to write everything to disk. That's basically like having cache on the disk equal to the size of the disk.

      Bottom line; this is a rehash of what's been done many times before, didn't really take off then, and considering a relatively stupid implementation, probably won't take off now.

  9. Re:I'd use Raid by MasterC · · Score: 4, Informative

    Having disks in parallel doesn't solve the latency problem, only increases the throughput.

    --
    :wq
  10. Re:No Way! by peculiarmethod · · Score: 5, Interesting

    I don't agree. I record music on at least 8 tracks at a time into a single cpu. I NEED higher transfer rates. If it's 4 gigs, thats enough to keep it recording without a drop in an entire days worth of recording. Then I can dump all that data to a slower, larger drive. It may not fit everyone's needs.. but this is PERFECT for me.

    --
    ** "It's not my job to stand between the people talking to me, and the ones listening to me." -- Pego the Jerk
  11. Re:Not Compatible with Linux by $RANDOMLUSER · · Score: 3, Funny

    Nice troll.
    It's called "lazy writes", i.e. the OS waits until all the disk buffers are full, or a time limit expires before it writes a buffer to disk. It's a pretty standard operating system optimization - Windows uses it too. "The whole sync() thing" flushes all the buffers and updates the superblock, telling the OS that the file system is "clean". Windows does this also, this is why you see CHKDSK (the Windows version of fsck) running after a rare Windows system crash.

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  12. Re:Would I pay $100 for this? by Anonymous Coward · · Score: 3, Informative

    It's done because the PCI slot provides continuous power, even when the system is turned off.

  13. Re:No Way! by gadgetbox · · Score: 3, Insightful

    What kind of quality are you recording at? At 10 MB per minute (Stereo 44.1 16bit), assuming 8 mono tracks, that's 40 MB a minute, 4000 MB drive (in reality it would probably be less, say 3800) that gives you 100 minutes of recording time. Just over an hour and a half. Now, recording music, it would be more likely, and a good idea, to record at 24 bits and dither later if going to CD, so your record time would be far far less. Just a guess, but probably under 50 minutes. So that gets you 10 5 minute songs. But if you do 2 takes of everything (which is plausible), now you have room for 5 songs. You'll probably do more than 2 takes of quite a few tracks, so...realistically, you'd be able to fit *maybe* two full songs on a 4 gig drive. It doesn't appear that a 4 gig drive would be enough really, unless you were prepared to dump your files quite a few times a day. Doesn't seem worth it. Not to mention that a plain old IDE drive can easily handle 8 tracks, even with a moderate CPU. SS storage isn't there yet for media work, at least not from a cost/performance point of view.

  14. Incredibly useful by NineNine · · Score: 3, Interesting

    On a sidenote, is anyone going to buy this drive that is 4gb and costs 100 bucks? I don't think it's much use to anyone.

    In the era of cheap, throwaway crap, I'm pretty much by myself when I say "I want QUALITY". So yes, I'm planning on buying several of these later today to put them in my main machines in my business. they'll be running our mission-critical cash registers.

  15. Non-Technical Users Don't Understand by bigtallmofo · · Score: 4, Interesting

    Anyone that says this isn't worth it is not very technical in my book.

    An affordable 4 GB is fantastic for this kind of thing. Use your imagination:

    1. Imagine how fast your system would be installed on a battery-backed up RAM drive.
    2. Imagine how fast your system would be with your memory swap file installed on this.
    3. Imagine how fast your database server would be with its transaction log installed on this. Hey, throw the tempdb (for SQL Server) on there as well.
    4. Many other things.

    If you're thinking of this as a standard hard drive to store your DivX movies and MP3 files, you're not thinking right. Solid state drives are miracles that can speed up systems beyond anything you would expect.

    --
    I'm a big tall mofo.
    1. Re:Non-Technical Users Don't Understand by Shotgun · · Score: 4, Insightful

      2. Imagine how fast your system would be if you took the memory off the card and installed it on your motherboard, thus eliminating the need for a swap file.

      3. Imagine how fast your database server would be with its transaction log installed in a memory file. Hey, throw the tempdb (for SQL Server) on there as well, or since the memory is now just standard memory and won't need a special driver, you can just switch to Linux and use a real database.

      --
      Aah, change is good. -- Rafiki
      Yeah, but it ain't easy. -- Simba
  16. ramdisk comments by NASAdude · · Score: 5, Informative

    I submitted this as a story back on June 4. Since it was rejected (too verbose?), I posted it to my /. journal. My main question to other folks relates to how this would compare to using a regular ramdisk. The main deficiency with a ramdisk is that you'd have to reload the contents every time you reboot. Here's my article, with all its links:

    Giga-byte Technology recently came out with a DRAM-based PC card that operates as a SATA hard drive. The product, iRAM, uses power from the motherboard to keep memory active when the system is shut down. During power outages, the product uses a on-board battery to retain memory for up to 90 minutes. The iRAM card is being talked about in the news (InfoWorld, itWorldCanada, engadget, PCWorld, multiplay forum) as a means of booting Windows faster. That is, you install Windows onto the iRAM drive to take advantage of the RAM's faster read-access time. Just hope that you don't lose power for more than 90 minutes.

    Is boot time really that important, since many computers are on all the time? A ramdisk might have better uses, perhaps for caching frequently-accessed files such as databases and webservers. Or, if you insist on having faster bootup, instead of putting Windows on the iRAM disk, why not just store the hibernation file there?

    I implemented a RAM-based database for an internet tool in 1998 to alleviate the read/write load on my local hard drive. It turned out to be a simple solution for the problem. At the time, it was just a matter of using a DOS-based ramdisk driver (ramdisk.sys). On application startup, it copied the database files to the ramdisk. During operation, everything was read/written to the ramdisk, and periodic backups were made to the physical disk. There are some inherent risks, such as loss of data during a crash since data isn't immediately written to a physical hard drive, so it may not be a great solution for a mission-critical production database. The iRAM product would make this type of database even more stable, in that the risk of loss of data is much less.

    That was a while ago, so I thought I'd look into setting up a ramdisk in XP for some amusement. Follows are the results of that search. It seems that the options are relatively sparse beyond the DOS-based driver. A few freeware and commercial packages are available, though. One key factor beyond price is the size limit of ramdisk.

    Microsoft's ramdisk offerings since Win2k are limited. Included with the XP OS is a ramdisk sample driver that "provides an example of a minimal driver. Neither the driver nor the sample programs are intended for use in a production environment. Rather, they are intended for educational purposes and as a skeletal version of a driver." Installation isn't simple enough for most users to benefit.

    Alternatives include a shareware ramdisk, AR ramdisk (archive link: http://web.archive.org/web/20041011170408/http:/ww w.arsoft-online.de/products/product.php?id=1) (freeware, 2GB limit, discontinued, available for download here), a freeware (64MB limit) and shareware (2GB limit) version here,

  17. Disk evolution by JordanH · · Score: 4, Insightful
    Pretty much every time a faster CPU is released, there are always a few that are marveled by the rate at which CPUs get faster but loathe the sluggish rate that storage evolves.

    On the contrary, I've always been amazed at the rate of price/performance evolution in HD technology.

    Consider that in 1982 a 10 MB disk cost something on the order of $3500 while today you can reasonably expect to get an 80 GB disk for $50, that's a drive that has 8000x the storage for 1/70 the price or a price/MB improvement of roughly 420,000x. And, that doesn't take into account the dramatic improvement in reliability and speed (both access and interface) that the newer drives exhibit. Do you think CPUs have kept up with this?

    I've heard people predict the end of moving-parts mass storage for years now, but it still seems pretty distant considering the great values we're getting with HD technology.

  18. Dubious design - power up when removed by panurge · · Score: 3, Interesting

    Power consumption goes up when it is removed from the PCI slot, says the article. If that's so, there is a design fault somewhere - it suggests that there are floating inputs .

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
  19. Re:I'd use Raid by sirwired · · Score: 3, Insightful

    Having disks in parallel doesn't solve the latency problem, only increases the throughput.

    Latency comes from three sources:
    1) Head latency.
    2) Rotational latency.

    These are the two sources you have considered. Striping indeed does absolutely nothing to help there.

    You forgot the third source of latency:
    3) The-disk-is-busy-serving-another-request latency.

    Your comment would be true for a primitive OS with a single-threaded I/O method, and/or a RAID system with no command queue.

    Given that modern RAID systems are NOT primitive, I/O performance is no longer measured with rotational + head latency vs. throughput, because those measurements no longer make sense.

    There are two kinds of performance measurements for modern disk subsystems:
    1) MB/sec. (bandwidth) This is what most people think of when they think of throughput.
    2) I/O / sec. This measurement is simply the reciprocal of the head+rotational latency in the case of a SINGLE DRIVE. However, in a multi-drive setup, max I/O / sec. increases proportionally with the number of drives, up to a point (eventually you hit the limits for the RAID controller, bandwidth, whatever).

    If we measure latency a the time it takes a single drive to physically get the data given a single request, sure, mutiple drives don't help. If we measure latency as the amount of time between when the application asks for the data, and when the disk delivers it, RAID helps quite a bit, beacuse the different I/Os are distributed to multiple disk heads, each of which can contribute it's own I/O handling capacity.

    SirWired

  20. Re:No Way! by iamhassi · · Score: 4, Informative
    it's a shame it's not actually $100 for the whole unit

    Actually I don't know where they even got $100 from because the article says:
    "Gigabyte has told us that the initial production run of the i-RAM will only be a quantity of 1000 cards, available in the month of August, at a street price of around $150. "

    OH, and did anyone notice the price does not include RAM? So you're paying $150 for a card that can accept up to 4GB not "$100 for a 4GB Solid State Drive ".

    That's got to be the most misleading quote ever on a /. article description since u'll spend closer to $500+ for the card and four 1GB DIMMS

    --
    my karma will be here long after I'm gone