512GB Solid State Disks on the Way
Viper95 writes "Samsung has announced that it has developed the world's first 64Gb(8GB) NAND flash memory chip using a 30nm production process, which opens the door for companies to produce memory cards with upto 128GB capacity"
Capabilities aren't very important if they aren't affordable. So maybe some government contractors can afford those things now, I don't think it would be that interesting to the consumer until SSDs get to a tenth of the cost.
maybe they created a controller that could read and write from then simultanerously so it's double the read/write speed. I hope so cuz it better be able to beat my sata drives in read write speed otherwise I don't really care how fast the seek time is cuz any file over like 100KB would be slower to open on it than a normal hard drive.
oh yeah and I agree with the other posts. Call me when it's on its way to my budget, not just store shelves lol.
Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
It's no so easy to use the 1,000,000=1mb with this system. Unless they do it anyway.
Gone!
Does anybody know how well flash SSDs perform in RAID arrays? 15kRPM SAS drives are horrendously expensive so if I could plug a couple small flash drives into my RAID card (RAID 0) I'd be a happy camper. Can't find benchmarks anywhere and flash drives have horrible write speeds which means they have terrible OLTP performance.
What if Digg added local news and a Slashdot inspired comment karma system? ---
http://houndwire.com
The seek times of SSDs should make it such that trying to read and write from the storage array at the same time would seem kind of pointless. It also increases the costs. It would probably go the way of FB-DIMM. FB-DIMM is supposed to allow simultaneous reads and writes to different memory cards, but it's too expensive and has other problems limiting its performance. Now, if the controller designer can apply something like that to a hard drive array, then maybe that would be nice. I think it might be possible to do that in software, make it like a software RAID. Maybe JBOD drive concatenation allows this, I don't know.
Notebook drives currently cost as little as about $50:80GB, or $6.50:GB, which is a good size for a mobile device, and almost the largest available.
Flash is as little as $64:8GB (USB), $8:GB. Removing the redundant USB connectors and packaging, putting it in a single drive the size of a notebook drive, would give an 80GB Flash drive for somewhere closer to $50 than to $80.
FWIW, a 4GB microdrive is $30, or $7.50:GB.
These numbers show that a Flash drive competing directly with a disc drive is already right around the corner. By the time 2010 comes around, what will mainly be different is the upper capacity around 1TB, with probably Flash cheaper than discs.
--
make install -not war
Hi,
I already boot/run my main Internet-facing server (Ubuntu) from a 4GB memory SSD card to minimise power consumption, and I have more than 50% space free, ie it wasn't that hard to do.
http://www.earth.org.uk/low-power-laptop.html
I'm not being that clever about it: using efs3 rather than any wear-leveling SSD-friendly fs, and simply minimising spurious write activity, eg by turning down verbosity on logs. And laptop-mode helps a lot of course.
Now that machine does also have a 160GB HDD for infrequently-accessed bulk data (so the HDD is spun down most of the time and a power-conserving sleep mode), and it would be good to get that data onto SSD too. But a blend, as in many memory/storage systems, gives a good chunk of maximum performance and power savings for reasonable cost.
Rgds
Damon
http://m.earth.org.uk/
Okay, how about a terabyte in a form factor small enough for a thunb drive, that costs one-tenth the price of traditional flash memory, and is a staggering 1000 times more energy efficient.
Researchers Develop Technology to Make Terabyte Thumb Drives Possible
Makes a mere 512GB flash chip look a bit sad, doesn't it?
Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
This is all very well but you are totally wrong. Go download a datasheet of a popular FLASH part. Guess what? The capacity is an exact power of 2.
I'm not just making this up. NAND is naturally base-2 capacity sized. Yes, there is sparing, but pages are normally 2048 byte (or larger these days) with a few extra bytes per 512 for ECC. The non-ECC areas are still power-of-2 based, and the chip area itself is square and ends up being another power-of-2 pages. End result, a power-of-2. I've been working on this stuff for about 6 years now - I'm not just coming up with it randomly.