Western Digital Working On a 20,000 RPM Drive
MrKaos writes "Western Digital seems to be preparing for the onslaught of solid-state drives set to impact its market by developing a 20,000 rpm hard drive. Similar to the VelociRaptor line of drives, the new drives are speculated to be offering lower capacity as a tradeoff for faster seek and write times." This report out of Taipei is the only word on the rumored WD 20K drive. It's said to be a 2.5" drive in a 3.5" enclosure, for efficiency of cooling — the arrangement the Register enjoyed poking fun at when the 10K drive was upgraded last month.
Apparently http://en.wikipedia.org/wiki/Solid-state_drive answers my questions:
Price - as of mid-2008, flash memory prices are still considerably more costly per gigabyte than are comparable conventional hard drives: around USD 3.50 per GB[10] compared to typically less than USD 0.40 for mechanical drives.[11]
Capacity - although currently far lower than that of conventional hard drives, SSD capacity is predicted to increase rapidly, with experimental drives of up to 1 TB in test.[12][13]
Higher vulnerability to certain types of effects, including abrupt power loss (especially DRAM based SSDs), magnetic fields and electric/static charges, in comparison to normal HDDs (which store the data inside a Faraday cage).
Limited write cycles - flash-memory cells will often wear out after 10,000-100,000 write cycles[citation needed], while high endurance cells may have an endurance of 1-5 million write cycles (many log files, file allocation tables, and other commonly used parts of the file system exceed this over the lifetime of a computer.[14] Special file systems or firmware designs can mitigate this problem by spreading writes over the entire device (so-called wear levelling), rather than rewriting files in place.[15] Today's drives can last up to 20 years with average usage.[dubious - discuss] An example for the lifetime of SSD is explained in detail in this wiki.[dubious - discuss] SSDs based on DRAM, however, do not suffer from this problem.
Slower write speeds - as erase blocks on flash-based SSDs generally are quite large, they are far slower than conventional disks for random writes and therefore vulnerable to write fragmentation,[16] and in some cases for sequential writes.[6] SSDs based on DRAM do not suffer from this problem.
Lower storage density - hard disks can store more data per unit volume than DRAM or flash SSDs, except for very low capacity/small devices.
Higher power consumption at idle or under low workloads laptop battery runtimes decrease when using an SSD over a 7200 RPM 2.5" laptop hard drive,[17] flash drives also take more power per gigabyte.
RAM based SSD require more power than hard disks, both operating and when turned off.[18]
Well, that would add to the number of components that could fail, and require a high speed bus between the two controllers, as well as a shared cache and all the headaches that would bring with it (think SMP caches being ping-ponged). Then you've got to sync your interface to the system bus as well as the new internal buses. On the other hand, you can just crank the knob up to 11 and go 20K RPMs on known, tried and true, technology.
If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.
The higher speed drives aren't so much for their sequential transfer rates by themselves, but their random seek rates. They are trying to get high I/O per second rates (IOPS), which is what a lot of servers need to be at their peak.
No matter how dense the data is, random access speeds are dominated by how long it takes to move the head to the data and how long it takes to wait for the data to rotate under the head. A smaller platter will mean it takes less time to move the head on average, but the only way to get the data under the head faster is to increase rotational speed.
A 7200 rpm drive has an average 8.3ms rotational latency; a 15k rpm drive is 4ms, and a 20k rpm drive is 3ms. In other words, this speed increase could enable the drive to do 10% more random I/Os per second.
dom
The smaller diameter / mass will tend to reduce bad effects from conservation of angular momentum.
Those are my principles, and if you don't like them... well, I have others.
Connor actually did this right around the time 3.5" drives started.
http://en.wikipedia.org/wiki/Conner_Peripherals#Performance_issues_and_the_.22Chinook.22_dual-actuator_drive
It could read from either set of heads, but I believe could only write from one set. Writes can be posted in a write-behind buffer, so this didn't impact performance.
http://lkml.org/lkml/2005/8/20/95
You don't get +5 Funny for "getting your science right".
It's been done before, iirc, but they tend to be more expensive, and the multiple heads run the risk of creating unintended harmonics. Most of the time it would be cheaper and faster to use two drives with one set of heads, than one drive with two sets of heads.