Will 2009 Be the Turning Point For SSDs?
Iddo Genuth writes "Since first entering the consumer market about two years ago, solid state drives (SSDs) have improved significantly. While prices remain substantially higher than conventional magnetic storage, it is predicted that in 2009 SSDs will finally make an impact on both the consumer and business markets bringing blazing fast speeds at reasonable prices for the first time — will it finally happen?"
It seems likely, as Samsung began mass-producing both 128GB and 256GB SSDs this year. Intel and Micron have also posted recent breakthroughs which will help to bring the technology into the mainstream.
I own an Asus Eee PC, which has a 4GB SSD. I take it with me everywhere and, being a butter-fingered oaf, I tend to drop it everywhere too. If the Eee had a conventional HDD I'm sure it would have given up the ghost long ago. But the Eee bounces along quite happily with no damage to the SSD. Solid state is great, especially for children and folk like me!
Just like the iPods suddenly being introduced as solid state units, things for SSD's will soon pass the threshold where it's suddenly viable for everyone. Only Samsung knows exactly when, but it seems clear that in the next six to eighteen months widespread SSD availability will trickle down from elite systems to mid-range.
I'm generally "Interesting," "Insightful," and even "Funny" here. What the hell happens to me at parties?
No no no, people have too big an investment in Windows to switch over to Linu.... what? SSD? Sorry, carry on...
Money. HDD's will keep getting cheaper. I'm betting on 2010.
********* sig: If you don't like the law, get filthy stinking rich, and buy a better one.
There's no reason to have Vista on any computer.
300 GB disk drive - I spent $90.
256 GB solid state - $7,426 to $9,125 online
Ouch.
This is why Nintendo 64 and Nintendo DS cartridges never grew larger than 0.3 gigabytes, and why for the Cube and Wii they abandoned the solid state cartridge in favor of discs.
Nintendo cartridges were ROM chips. I don't think they have much relation to SSDs.
--
Find your ip address
I prefer reliability.
With good wear-leveling algorithms, the life expectancy of an SSD is comparable or even higher than a standard magnetic HD. The area for wear leveling increases as the HD gets larger as the relative part of the HD that is constantly written gets smaller and more areas are only read. If an area is "close to death", the algorithm can move these less written files there and use their less used areas for files which are written more.
The SSD knows when one of its cells is about to go bad and can mark it unusable. Compare that to a random bit dying on your HD and the only way to know is through a scandisk of sorts.
Sure SSDs might have a life expectancy of 10 years, but by that time the only thing you'd want to do with it is copy its contents to your 64TB SSD and throw it away.
^_^
When were you looking? I do not dispute that SSDs cost more than regular HDDs, but your quoted prices are way too high. For instance, the OCZ 250GB SSD costs US$699 (less than a tenth of your lowest price)
In the mid 1990s 'disk doubler' programs were popular, compressing data on the fly as it was saved to disk. After a few years, however, disk sizes increased sharply and the relationship between price and disk size is much steeper than linear (a 1Gibyte disk does not cost twice as much as a 500Gibyte disk). So hardly anyone bothers with dynamic compression any more. It is much easier to spend $40 more and get a drive that's twice as big.
However, with SSDs, even when the price falls, there is still an almost linear relationship between capacity and cost (since to get twice the capacity you need twice as many flash memory chips). And while the transfer speed is fast, it's still not keeping pace with the increase in CPU speeds. Compressing on-disk data with a fast compression scheme such as LZO is often faster than reading or writing to disk uncompressed. With SSDs you need much less complexity in the filesystem to get good performance, since minimizing seek time is no longer as important. Perhaps, then, adding file compression can be done more straightforwardly than the earlier compressed filesystems designed for rotating disks.
It won't do anything for your movie collection, but for virtual machine images and other bloat we put on our disks nowadays it could make quite a difference.
-- Ed Avis ed@membled.com