View Single Post
  #11  
Old 11-12-2008, 12:44 PM
Omaroo's Avatar
Omaroo (Chris Malikoff)
Let there be night...

Omaroo is offline
 
Join Date: Aug 2006
Location: Hobart, TAS
Posts: 7,639
Quote:
Originally Posted by aerobrake View Post
Chris not sure about ssd's consuming less power. There seems to be some debate about that since a "normal" drive can spool down and "sleep" whereas the ssd's dont. Guess only real way is to get both types together and see what the difference is but as stated by Roger there isnt much in it. Would certainly be tougher tho.
Mike, there are two basic flavours of SSD: RAM-based and flash. I believe that flash disks are more power conscious whereas RAM-based you have to supply power to constantly - even when off. Both take more power to run per GB than a hard disk, I'm sirprised to see one source say. I've heard different, but here's the list form Wikipedia. If I read it correctly, although SSD's consume more power per GB, their inherently small capacity might mean that a 8GB SSD might still consume less power than an 80GB HDD.

Quote:
Advantages
Faster start-up, as no spin-up is required (RAM & Flash).
Typically, fast random access for reading, as there is no read/write head to move (RAM & Flash).
Extremely low read latency times, as SSD seek-times are orders of magnitude lower than the best current hard disk drives.[9] (RAM) In applications where hard disk seeks are the limiting factor, this results in faster boot and application launch times (see Amdahl's law)[10] (RAM & Flash).
Extremely fast write (RAM, nearly the same for best modern flash).
No noise: a lack of moving parts makes SSDs completely silent, unless, as in the case of some high-end and high-capacity models, they have cooling fans attached (RAM & Flash).
For low-capacity flash SSDs, low power consumption and heat production when in active use, although high-end SSDs and DRAM-based SSDs may have significantly higher power requirements (Flash).
High mechanical reliability, as the lack of moving parts almost eliminates the risk of mechanical failure (RAM & Flash).
Ability to endure extreme shock, high altitude, vibration and extremes of temperature: once again because there are no moving parts.[11] This makes SSDs useful for laptops, mobile computers, and devices that operate in extreme conditions (Flash).[10]
Larger range of operating temperatures. Typical hard drives have an operating range of 5-55 degrees C. Most flash drives can operate at 70 degrees, and some industrial grade drives can operate over an even wider temperature range.[12]
Relatively deterministic read performance:[13] unlike hard disk drives, performance of SSDs is almost constant and deterministic across the entire storage. This is because the seek time is almost constant and does not depend on the physical location of the data, and so, file fragmentation has almost no impact on read performance.
For low-capacity SSDs, lower weight and size: although size and weight per unit storage are still better for traditional hard drives, and microdrives allow up to 20 GB storage in a CompactFlash 42.8×36.4×5 mm (1.7×1.4×.2 in) form-factor. Up to 256 GB, SSDs are currently lighter than hard drives of the same capacity.[11]
When failures occur, they tend to occur either 'on write', or 'on erase', rather than 'on read'. With traditional HDDs, failure tends to occur 'on read'. If the drive detects failure on write, data can be written to a new cell without data loss occuring. If a drive fails on read, then data is usually lost permanently. [14]


Disadvantages
Cost – as of mid-2008, SSD prices are still considerably higher per gigabyte than are comparable conventional hard drives: consumer grade drives are typically US$2.00 to US$3.45 per GB[5][15] for flash drives and over US$80.00 per GB for RAM-based compared to about US$0.38 per gigabyte for hard drives[5].
Capacity – currently far lower than that of conventional hard drives (Flash SSD capacity is predicted to increase rapidly, with experimental drives of 1 TB,[16][17], hard drive capacity also continues to expand, and hard drives are likely to maintain their capacity edge for some time.)[18]
DRAM based SSDs have a higher vulnerability to abrupt power loss.
Limited write (erase) cycles – flash-memory cells will often wear out after 1,000 to 10,000 write cycles for MLC, and up to 100,000 write cycles for SLC[5], 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).[19] 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.[20] In 2008 wear levelling was just beginning to be incorporated into consumer level devices.[5] 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 (e.g. 0.5 - 1 megabyte)[5], they are far slower than conventional disks for random writes and therefore vulnerable to write fragmentation,[21] and in some cases for sequential writes.[10] 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,[22] flash drives also take more power per gigabyte.
RAM based SSD require more power than hard disks, when operating; and they still use power when the computer is turned off, while hard disks do not.[23]
Reply With Quote