Solid-state drive

From Hidden Wiki
(Redirected from SSD)
Jump to navigation Jump to search

Template:Redirect Template:Redirect Template:Infobox computer hardware

File:14-06-11-ssd-RalfR-N3S 7886-03.jpg
An mSATA SSD with an external enclosure

A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies as memory to store data persistently. It is also sometimes called solid-state disk,[1] although SSDs do not have physical disks. SSDs may use traditional hard disk drive (HDD) form-factors and protocols such as SATA and SAS, greatly simplifying usage of SSDs in computers.[2] Following the initial acceptance of SSDs with HDD interfaces, new form factors such as the M.2 form factor, and new I/O protocols such as NVM Express have been developed to address specific requirements of the flash memory technology used in SSDs.

SSDs have no moving mechanical components. This distinguishes them from conventional electromechanical drives such as hard disk drives (HDDs) or floppy disks, which contain spinning disks and movable read/write heads.[3] Compared with electromechanical drives, SSDs are typically more resistant to physical shock, run silently, have quicker access time and lower latency.[4] While the price of SSDs has continued to decline over time, SSDs are (Template:As of) still more expensive per unit of storage than HDDs and are expected to continue to be so into the next decade.

Template:As of, most SSDs use 3D TLC NAND-based flash memory, which is a type of non-volatile memory that retains data when power is lost. For applications requiring fast access but not necessarily data persistence after power loss, SSDs may be constructed from random-access memory (RAM). Such devices may employ batteries as integrated power sources to retain data for a certain amount of time after external power is lost.[2]

However, all SSDs still store data in electrical charges, which slowly leak over time if left without power. This causes worn out drives (that have exceeded their endurance rating) to start losing data typically after one (if stored at 30 °C) to two (at 25 °C) years in storage; for new drives it takes longer.[5] Therefore, SSDs are not suited for archival purposes.

Hybrid drives or solid-state hybrid drives (SSHDs), such as Apple's Fusion Drive, combine the features of SSDs and HDDs in the same unit, containing a large hard disk drive and an SSD cache to improve performance of frequently accessed data.[6][7][8]

Development and history

Early SSDs using RAM and similar technology

An early if not first semiconductor storage device compatible with a hard drive interface (e.g. an SSD as defined) was the 1978 StorageTek 4305. The StorageTek 4305, a plug-compatible replacement for the IBM 2305 fixed head disk drive, initially used charged coupled devices for storage and consequently was reported to be seven times faster than the IBM product at about half the price.[9] It later switched to DRAM. Prior to the StorageTek SSD there were many DRAM and core (e.g. DATARAM BULK Core, 1976[10]) products sold as alternatives to HDDs but these products typically had memory interfaces and were not SSDs as defined.

In the late 1980s Zitel, Inc., offered a family DRAM based SSD products, under the trade name "RAMDisk," for use on systems by UNIVAC and Perkin-Elmer, among others.

Flash-based SSDs

In 1991, SanDisk Corporation (then SunDisk) shipped the first SSD, a 20 MB solid state drive (SSD) which sold OEM for around $1,000. It was used by IBM in a ThinkPad laptop[11] In 1995, STEC, Inc. entered the flash memory business for consumer electronic devices.[12]

In 1995, M-Systems introduced flash-based solid-state drives[13] as HDD replacements for the military and aerospace industries, as well as for other mission-critical applications. These applications require the SSD's ability to withstand extreme shock, vibration and temperature ranges.[14]

In 1999, BiTMICRO made a number of introductions and announcements about flash-based SSDs, including an 18 GB 3.5-inch SSD.[15] In 2007, Fusion-io announced a PCIe-based Solid state drive with 100,000 input/output operations per second (IOPS) of performance in a single card, with capacities up to 320 gigabytes.[16]

At Cebit 2009, OCZ Technology demonstrated a 1 terabyte (TB) flash SSD using a PCI Express ×8 interface. It achieved a maximum write speed of 654 megabytes per second (MB/s) and maximum read speed of 712 MB/s.[17] In December 2009, Micron Technology announced an SSD using a 6 gigabits per second (Gbit/s) SATA interface.[18]

Template:AnchorEnterprise flash drives

Template:Multiple image

Enterprise flash drives (EFDs) are designed for applications requiring high I/O performance (IOPS), reliability, energy efficiency and, more recently, consistent performance. In most cases, an EFD is an SSD with a higher set of specifications, compared with SSDs that would typically be used in notebook computers. The term was first used by EMC in January 2008, to help them identify SSD manufacturers who would provide products meeting these higher standards.[19] There are no standards bodies who control the definition of EFDs, so any SSD manufacturer may claim to produce EFDs when in fact the product may not actually meet any particular requirements.[20]

An example is the Intel DC S3700 series of drives, introduced in the fourth quarter of 2012, which focuses on achieving consistent performance, an area that had previously not received much attention but which Intel claimed was important for the enterprise market. In particular, Intel claims that, at a steady state, the S3700 drives would not vary their IOPS by more than 10–15%, and that 99.9% of all 4 KB random I/Os are serviced in less than 500 µs.[21]

Another example is the Toshiba PX02SS enterprise SSD series, announced in 2016, which is optimized for use in server and storage platforms requiring high endurance from write-intensive applications such as write caching, I/O acceleration and online transaction processing (OLTP). The PX02SS series uses 12 Gbit/s SAS interface, featuring MLC NAND flash memory and achieving random write speeds of up to 42,000 IOPS, random read speeds of up to 130,000 IOPS, and endurance rating of 30 drive writes per day (DWPD).[22]

Architecture and function

The key components of an SSD are the controller and the memory to store the data. The primary memory component in an SSD was traditionally DRAM volatile memory, but since 2009 it is more commonly NAND flash non-volatile memory.[23][2]

Controller

Every SSD includes a controller that incorporates the electronics that bridge the NAND memory components to the host computer. The controller is an embedded processor that executes firmware-level code and is one of the most important factors of SSD performance.[24] Some of the functions performed by the controller include:[25][26]

The performance of an SSD can scale with the number of parallel NAND flash chips used in the device. A single NAND chip is relatively slow, due to the narrow (8/16 bit) asynchronous I/O interface, and additional high latency of basic I/O operations (typical for SLC NAND, ~25 μs to fetch a 4 KB page from the array to the I/O buffer on a read, ~250 μs to commit a 4 KB page from the IO buffer to the array on a write, ~2 ms to erase a 256 KB block). When multiple NAND devices operate in parallel inside an SSD, the bandwidth scales, and the high latencies can be hidden, as long as enough outstanding operations are pending and the load is evenly distributed between devices.[27]

Micron and Intel initially made faster SSDs by implementing data striping (similar to RAID 0) and interleaving in their architecture. This enabled the creation of ultra-fast SSDs with 250 MB/s effective read/write speeds with the SATA 3 Gbit/s interface in 2009.[28] Two years later, SandForce continued to leverage this parallel flash connectivity, releasing consumer-grade SATA 6 Gbit/s SSD controllers which supported 500 MB/s read/write speeds.[29] SandForce controllers compress the data prior to sending it to the flash memory. This process may result in less writing and higher logical throughput, depending on the compressibility of the data.[30]

Wear leveling

Template:Main

If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD. For this reason, SSD controllers use a technique called wear leveling to distribute writes as evenly as possible across all the flash blocks in the SSD.

In a perfect scenario, this would enable every block to be written to its maximum life so they all fail at the same time. Unfortunately, the process to evenly distribute writes requires data previously written and not changing (cold data) to be moved, so that data which are changing more frequently (hot data) can be written into those blocks. Each time data are relocated without being changed by the host system, this increases the write amplification and thus reduces the life of the flash memory. The key is to find an optimum algorithm which maximizes them both.[31][32]

Memory

Flash-memory-based

Comparison of architectures[33]
Comparison characteristics MLC : SLC NAND : NOR
Persistence ratio 1 : 10 1 : 10
Sequential write ratio 1 : 3 1 : 4
Sequential read ratio 1 : 1 1 : 5
Price ratio 1 : 1.3 1 : 0.7

Most SSD manufacturers use non-volatile NAND flash memory in the construction of their SSDs because of the lower cost compared with DRAM and the ability to retain the data without a constant power supply, ensuring data persistence through sudden power outages.[34][35] Flash memory SSDs are slower than DRAM solutions, and some early designs were even slower than HDDs after continued use. This problem was resolved by controllers that came out in 2009 and later.[36]

Flash memory-based solutions are typically packaged in standard disk drive form factors (1.8-, 2.5-, and 3.5-inch), but also in smaller more compact form factors, such as the M.2 form factor, made possible by the small size of flash memory.

Lower-priced drives usually use triple-level cell (TLC) or multi-level cell (MLC) flash memory, which is slower and less reliable than single-level cell (SLC) flash memory.[37][38] This can be mitigated or even reversed by the internal design structure of the SSD, such as interleaving, changes to writing algorithms,[38] and higher over-provisioning (more excess capacity) with which the wear-leveling algorithms can work.[39][40][41]

DRAM-based

Template:See also SSDs based on volatile memory such as DRAM are characterized by very fast data access, generally less than 10 microseconds, and are used primarily to accelerate applications that would otherwise be held back by the latency of flash SSDs or traditional HDDs.

DRAM-based SSDs usually incorporate either an internal battery or an external AC/DC adapter and backup storage systems to ensure data persistence while no power is being supplied to the drive from external sources. If power is lost, the battery provides power while all information is copied from random access memory (RAM) to back-up storage. When the power is restored, the information is copied back to the RAM from the back-up storage, and the SSD resumes normal operation (similar to the hibernate function used in modern operating systems).[42][43]

SSDs of this type are usually fitted with DRAM modules of the same type used in regular PCs and servers, which can be swapped out and replaced by larger modules.[44] Such as i-RAM, HyperOs HyperDrive, DDRdrive X1, etc. Some manufacturers of DRAM SSDs solder the DRAM chips directly to the drive, and do not intend the chips to be swapped out—such as ZeusRAM, Aeon Drive, etc.[45]

A remote, indirect memory-access disk (RIndMA Disk) uses a secondary computer with a fast network or (direct) Infiniband connection to act like a RAM-based SSD, but the new, faster, flash-memory based, SSDs already available in 2009 are making this option not as cost effective.[46]

While the price of DRAM continues to fall, the price of Flash memory falls even faster. The "Flash becomes cheaper than DRAM" crossover point occurred approximately 2004.[47][48]

Template:AnchorOther

Some SSDs, called NVDIMM or Hyper DIMM devices, use both DRAM and flash memory. When the power goes down, the SSD copies all the data from its DRAM to flash; when the power comes back up, the SSD copies all the data from its flash to its DRAM.[49] In a somewhat similar way, some SSDs use form factors and buses actually designed for DIMM modules, while using only flash memory and making it appear as if it were DRAM. Such SSDs are usually known as ULLtraDIMM devices.[50]

Drives known as hybrid drives or solid-state hybrid drives (SSHDs) use a hybrid of spinning disks and flash memory.[51][52] Some SSDs use magnetoresistive random-access memory (MRAM) for storing data.[53][54]

In 2015, Intel and Micron announced 3D XPoint as a new non-volatile memory technology.[55] Intel plans to produce 3D XPoint SSDs with PCI Express interface in 2016,[56]Template:Update inline which will operate faster and with higher endurance than NAND-based SSDs, while the areal density will be comparable at 128 gigabits per chip.[56][57][58][59] For the price per bit, 3D XPoint will be more expensive than NAND, but cheaper than DRAM.[60]

Cache or buffer

A flash-based SSD typically uses a small amount of DRAM as a volatile cache, similar to the buffers in hard disk drives. A directory of block placement and wear leveling data is also kept in the cache while the drive is operating.[27] One SSD controller manufacturer, SandForce, does not use an external DRAM cache on their designs but still achieves high performance. Such an elimination of the external DRAM reduces the power consumption and enables further size reduction of SSDs.[61]

Battery or supercapacitor

Another component in higher-performing SSDs is a capacitor or some form of battery, which are necessary to maintain data integrity so the data in the cache can be flushed to the drive when power is lost; some may even hold power long enough to maintain data in the cache until power is resumed.[61][62] In the case of MLC flash memory, a problem called lower page corruption can occur when MLC flash memory loses power while programming an upper page. The result is that data written previously and presumed safe can be corrupted if the memory is not supported by a supercapacitor in the event of a sudden power loss. This problem does not exist with SLC flash memory.[26]

Most consumer-class SSDs do not have built-in batteries or capacitors;[63] among the exceptions are the Crucial M500 and MX100 series,[64] the Intel 320 series,[65] and the more expensive Intel 710 and 730 series.[66] Enterprise-class SSDs, such as the Intel DC S3700 series,[67] usually have built-in batteries or capacitors.

Host interface

File:Huawei Tecal ES3000 face 20140805.jpg
An SSD with 1.2 TB of MLC NAND, using PCI Express as the host interface[68]

The host interface is physically a connector with the signalling managed by the SSD's controller. It is most often one of the interfaces found in HDDs. They include:

SSDs support various logical device interfaces, such as the original ATAPI, Advanced Host Controller Interface (AHCI), NVM Express (NVMe), and other proprietary interfaces. Logical device interfaces define the command sets used by operating systems to communicate with SSDs and host bus adapters (HBAs).

Template:AnchorConfigurations

The size and shape of any device is largely driven by the size and shape of the components used to make that device. Traditional HDDs and optical drives are designed around the rotating platter(s) or optical disc along with the spindle motor inside. If an SSD is made up of various interconnected integrated circuits (ICs) and an interface connector, then its shape is no longer limited to the shape of rotating media drives. Some solid state storage solutions come in a larger chassis that may even be a rack-mount form factor with numerous SSDs inside. They would all connect to a common bus inside the chassis and connect outside the box with a single connector.[2]

For general computer use, the 2.5-inch form factor (typically found in laptops) is the most popular. For desktop computers with 3.5-inch hard disk drive slots, a simple adapter plate can be used to make such a drive fit. Other types of form factors are more common in enterprise applications. An SSD can also be completely integrated in the other circuitry of the device, as in the Apple MacBook Air (starting with the fall 2010 model).[76] Template:As of, mSATA and M.2 form factors are also gaining popularity, primarily in laptops.

Standard HDD form factors

The benefit of using a current HDD form factor would be to take advantage of the extensive infrastructure already in place to mount and connect the drives to the host system.[2][77] These traditional form factors are known by the size of the rotating media, e.g., 5.25-inch, 3.5-inch, 2.5-inch, 1.8-inch, not by the dimensions of the drive casing.[78]

Standard card form factors

Template:Main

For applications where space is at premium, like for ultrabooks or tablet computers, a few compact form factors were standardized for flash-based SSDs.

There is the mSATA form factor, which uses the PCI Express Mini Card physical layout. It remains electrically compatible with the PCI Express Mini Card interface specification, while requiring an additional connection to the SATA host controller through the same connector.

M.2 form factor, formerly known as the Next Generation Form Factor (NGFF), is a natural transition from the mSATA and physical layout it used, to a more usable and more advanced form factor. While mSATA took advantage of an existing form factor and connector, M.2 has been designed to maximize usage of the card space, while minimizing the footprint. The M.2 standard allows both SATA and PCI Express SSDs to be fitted onto M.2 modules.[79]

Template:AnchorDisk-on-a-module form factors

File:Disk on module.jpg
A 2 GB disk-on-a-module with PATA interface

A disk-on-a-module (DOM) is a flash drive with either 40/44-pin Parallel ATA (PATA) or SATA interface, intended to be plugged directly into the motherboard and used as a computer hard disk drive (HDD). DOM devices emulate a traditional hard disk drive, resulting in no need for special drivers or other specific operating system support. DOMs are usually used in embedded systems, which are often deployed in harsh environments where mechanical HDDs would simply fail, or in thin clients because of small size, low power consumption and silent operation.

Template:As of, storage capacities range from 64 GB to 128 GB with different variations in physical layouts, including vertical or horizontal orientation.

Box form factors

Many of the DRAM-based solutions use a box that is often designed to fit in a rack-mount system. The number of DRAM components required to get sufficient capacity to store the data along with the backup power supplies requires a larger space than traditional HDD form factors.[80]

Bare-board form factors

Form factors which were more common to memory modules are now being used by SSDs to take advantage of their flexibility in laying out the components. Some of these include PCIe, mini PCIe, mini-DIMM, MO-297, and many more.[81] The SATADIMM from Viking Technology uses an empty DDR3 DIMM slot on the motherboard to provide power to the SSD with a separate SATA connector to provide the data connection back to the computer. The result is an easy-to-install SSD with a capacity equal to drives that typically take a full 2.5-inch drive bay.[82] At least one manufacturer, Innodisk, has produced a drive that sits directly on the SATA connector (SATADOM) on the motherboard without any need for a power cable.[83] Some SSDs are based on the PCIe form factor and connect both the data interface and power through the PCIe connector to the host. These drives can use either direct PCIe flash controllers[84] or a PCIe-to-SATA bridge device which then connects to SATA flash controllers.[85] Template:Clear

Ball grid array form factors

In the early 2000s, a few companies introduced SSDs in Ball Grid Array (BGA) form factors, such as M-Systems' (now SanDisk) DiskOnChip[86] and Silicon Storage Technology's NANDrive[87][88] (now produced by Greenliant Systems), and Memoright's M1000[89] for use in embedded systems. The main benefits of BGA SSDs are their low power consumption, small chip package size to fit into compact subsystems, and that they can be soldered directly onto a system motherboard to reduce adverse effects from vibration and shock.[90]

Comparison with other technologies

Hard disk drives

File:480 GB OCZ-AGIL ITY3.png
SSD benchmark, showing about 230 MB/s reading speed (blue), 210 MB/s writing speed (red) and about 0.1 ms seek time (green), all independent from the accessed disk location.

Template:See also

Making a comparison between SSDs and ordinary (spinning) HDDs is difficult. Traditional SSD benchmarks tend to focus on the performance characteristics that are poor with HDDs, such as rotational latency and seek time. As SSDs do not need to spin or seek to locate data, they may prove vastly superior to HDDs in such tests. However, SSDs have challenges with mixed reads and writes, and their performance may degrade over time. SSD testing must start from the (in use) full drive, as the new and empty (fresh, out-of-the-box) drive may have much better write performance than it would show after only weeks of use.[91]

Most of the advantages of solid-state drives over traditional hard drives are due to their ability to access data completely electronically instead of electromechanically, resulting in superior transfer speeds and mechanical ruggedness.[92] On the other hand, hard disk drives offer significantly higher capacity for their price.[4][93]

Field failure rates indicate that SSDs are significantly more reliable than HDDs.[94][95][96] However, SSDs are uniquely sensitive to sudden power interruption, resulting in aborted writes or even cases of the complete loss of the drive.[97] The reliability of both HDDs and SSDs varies greatly among models.[98]

As with HDDs, there is a tradeoff between cost and performance of different SSDs. Single-level cell (SLC) SSDs, while significantly more expensive than multi-level (MLC) SSDs, offer a significant speed advantage.[35] At the same time, DRAM-based solid-state storage is currently considered the fastest and most costly, with average response times of 10 microseconds instead of the average 100 microseconds of other SSDs. Enterprise flash devices (EFDs) are designed to handle the demands of tier-1 application with performance and response times similar to less-expensive SSDs.[99]

In traditional HDDs, a re-written file will generally occupy the same location on the disk surface as the original file, whereas in SSDs the new copy will often be written to different NAND cells for the purpose of wear leveling. The wear-leveling algorithms are complex and difficult to test exhaustively; as a result, one major cause of data loss in SSDs is firmware bugs.[100][101]

The following table shows a detailed overview of the advantages and disadvantages of both technologies. Comparisons reflect typical characteristics, and may not hold for a specific device.

Comparison of NAND-based SSD and HDD
Attribute or characteristic Solid-state drive Hard disk drive
Reliability on storage retention If left without power, worn out SSDs typically start to lose data after about one to two years in storage, depending on temperature. New drives are supposed to retain data for about ten years.[5] MLC and TLC based devices tend to lose data earlier than SLC-based devices. SSDs are not suited for archival use. If kept in a dry environment at low temperature, HDDs can retain their data for a very long period of time even without power. However, the mechanical parts tend to become clotted over time and the drive fails to spin up after a few years in storage.
Start-up time Almost instantaneous; no mechanical components to prepare. May need a few milliseconds to come out of an automatic power-saving mode. Drive spin-up may take several seconds. A system with many drives may need to stagger spin-up to limit peak power drawn, which is briefly high when an HDD is first started.[102]
Sequential access performance In consumer products the maximum transfer rate typically ranges from about 200 MB/s to 2500 MB/s, depending on the drive. Enterprise market offers devices with multi-gigabyte per second throughput. Once the head is positioned, when reading or writing a continuous track, a modern HDD can transfer data at about 200 MB/s. Data transfer rate depends also upon rotational speed, which can range from 3,600 to 15,000 rpm[103] and also upon the track (reading from the outer tracks is faster).
Random access performance[104] Random access time typically under 0.1 ms.[105][106] As data can be retrieved directly from various locations of the flash memory, access time is usually not a big performance bottleneck. Read performance does not change based on where data is stored. In applications where hard disk drive seeks are the limiting factor, this results in faster boot and application launch times (see Amdahl's law).[107][102]

SSD technology can deliver rather consistent read/write speed, but when lots of individual smaller blocks are accessed, performance is reduced. SSDs suffer from a write performance degradation phenomenon called write amplification, where the NAND cells show a measurable drop in performance, and will continue degrading throughout the life of the SSD.[108] A technique called wear leveling is implemented to mitigate this effect, but due to the nature of the NAND chips, the drive will inevitably degrade at a noticeable rate.Template:Verify source

Read latency time is much higher than SSDs.[109] Random access time ranges from 2.9 (high end server drive) to 12 ms (laptop HDD) due to the need to move the heads and wait for the data to rotate under the magnetic head.[110] Read time is different for every different seek, since the location of the data and the location of the head are likely different. If data from different areas of the platter must be accessed, as with fragmented files, response times will be increased by the need to seek each fragment.[111]
Impacts of file system fragmentation There is limited benefit to reading data sequentially (beyond typical FS block sizes, say 4 KB), making fragmentation negligible for SSDs. Defragmentation would cause wear by making additional writes of the NAND flash cells, which have a limited cycle life.[112][113] However, even on SSDs there is a practical limit on how much fragmentation certain file systems can sustain; once that limit is reached, subsequent file allocations fail.[114] Consequently, defragmentation may still be necessary, although to a lesser degree.[114] Some file systems, like NTFS, become fragmented over time if frequently written; periodic defragmentation is required to maintain optimum performance.[115] This usually is not an issue in modern file systems.
Noise (acoustic)[116] SSDs have no moving parts and therefore are basically silent, although on some SSDs, high pitch noise from the high voltage generator (for erasing blocks) may occur. HDDs have moving parts (heads, actuator, and spindle motor) and make characteristic sounds of whirring and clicking; noise levels vary between models, but can be significant (while often much lower than the sound from the cooling fans). Laptop hard drives are relatively quiet.
Temperature control[117] A study conducted by Facebook found a consistent failure rate at temperatures between 30 and 40 °C. Failure rate rises when operating at temperatures higher than 40 °C, further increase of temperature may trigger thermal throttling around 70 °C, resulting reduced runtime performance. Reliability of early SSDs without thermal throttling are more affected by temperature, than newer ones with thermal throttling.[118] In practice, SSDs usually do not require any special cooling and can tolerate higher temperatures than HDDs. High-end enterprise models installed as add-on cards or 2.5-inch bay devices may ship with heat sinks to dissipate generated heat, requiring certain volumes of airflow to operate.[119] Ambient temperatures above Template:Convert can shorten the life of a hard disk, and reliability will be compromised at drive temperatures above Template:Convert. Fan cooling may be required if temperatures would otherwise exceed these values.[120] In practice, modern HDDs may be used with no special arrangements for cooling.
Lowest operating temperature[121] SSDs can operate at Template:Convert. Most modern HDDs can operate at Template:Convert.
Highest altitude when operating[122] SSDs have no issues on this.[123] HDDs can operate safely at an altitude of at most 3,000 meters (10,000 ft). HDDs will fail to operate at altitudes above 12,000 meters (40,000 ft).[124] With the introduction of helium-filledTemplate:Citation needed (sealed) HDDs, this is expected to be less of an issue.
Moving from a cold environment to a warmer environment SSDs have no issues on this.Template:Citation needed A certain amount of acclimation time is needed when moving HDDs from a cold environment to a warmer environment prior to operating it; otherwise, internal condensation will occur and operating it immediately will result in damage to its internal components.[125]
Breather hole SSDs do not require a breather hole. Most modern HDDs require a breather hole in order for it to function properly.[124] Helium-filled devices are sealed and do not have a hole.
Susceptibility to environmental factors[107][126][127] No moving parts, very resistant to shock, vibration, movement, and contamination. Heads flying above rapidly rotating platters are susceptible to shock, vibration, movement, and contamination which could damage the medium.
Installation and mounting Not sensitive to orientation, vibration, or shock. Usually no exposed circuitry. Circuitry may be exposed in a card form device and it must not be short-circuited by conductive materials. Circuitry may be exposed, and it must not be short-circuited by conductive materials (such as the metal chassis of a computer). Should be mounted to protect against vibration and shock. Some HDDs should not be installed in a tilted position.[128]
Susceptibility to magnetic fields Low impact on flash memory, but an electromagnetic pulse will damage any electrical system, especially integrated circuits. In general, magnets or magnetic surges may result in data corruption or mechanical damage to the drive internals. Drive's metal case provides a low level of shielding to the magnetic platters.[129][130][131]
Weight and size[126] SSDs, essentially semiconductor memory devices mounted on a circuit board, are small and lightweight. They often follow the same form factors as HDDs (2.5-inch or 1.8-inch), but the enclosures are made mostly of plastic. HDDs are generally heavier than SSDs, as the enclosures are made mostly of metal, and they contain heavy objects such as motors and large magnets. 3.5-inch drives typically weigh around 700 grams (about 1.5 pounds).
Reliability and lifetime SSDs have no moving parts to fail mechanically. Each block of a flash-based SSD can only be erased (and therefore written) a limited number of times before it fails. The controllers manage this limitation so that drives can last for many years under normal use.[132][133][134][135][136] SSDs based on DRAM do not have a limited number of writes. However the failure of a controller can make a SSD unusable. Reliability varies significantly across different SSD manufacturers and models with return rates reaching 40% for specific drives.[96] Template:As of leading SSDs have lower return rates than mechanical drives.[94] Many SSDs critically fail on power outages; a December 2013 survey of many SSDs found that only some of them are able to survive multiple power outages.[137]Template:Update inline HDDs have moving parts, and are subject to potential mechanical failures from the resulting wear and tear. The storage medium itself (magnetic platter) does not essentially degrade from read and write operations.

According to a study performed by Carnegie Mellon University for both consumer and enterprise-grade HDDs, their average failure rate is 6 years, and life expectancy is 9–11 years.[138] Leading SSDs have overtaken HDDs for reliability,[94] however the risk of a sudden, catastrophic data loss can be lower for HDDs.[139]

When stored offline (unpowered in shelf) in long term, the magnetic medium of HDD retains data significantly longer than flash memory used in SSDs.

Secure writing limitations NAND flash memory cannot be overwritten, but has to be rewritten to previously erased blocks. If a software encryption program encrypts data already on the SSD, the overwritten data is still unsecured, unencrypted, and accessible (drive-based hardware encryption does not have this problem). Also data cannot be securely erased by overwriting the original file without special "Secure Erase" procedures built into the drive.[140] HDDs can overwrite data directly on the drive in any particular sector. However, the drive's firmware may exchange damaged blocks with spare areas, so bits and pieces may still be present. Some manufacturers' HDDs fill the entire drive with zeroes, including relocated sectors, on ATA Secure Erase Enhanced Erase command.[141]
Price per capacity SSDs generally are more expensive than HDDs and expected to remain so into the next decade.[142]

SSD price as of first quarter 2018 around 30 cents (US) per gigabyte based on 4 TB models.[143]

Prices have generally declined annually and as of 2018 are expected to continue to do so.


HDD price as of first quarter 2018 around 2 to 3 cents (US) per gigabyte based on 1 TB models.[143]

Prices have generally declined annually and as of 2018 are expected to continue to do so.

Storage capacity In 2016, SSDs were available in sizes up to 60 TB,[144] but less costly, 120 to 512 GB models were more common. In 2016, HDDs of up to 14 TB[145] were available.
Read/write performance symmetry Less expensive SSDs typically have write speeds significantly lower than their read speeds. Higher performing SSDs have similar read and write speeds. HDDs generally have slightly longer (worse) seek times for writing than for reading.[146]
Free block availability and TRIM SSD write performance is significantly impacted by the availability of free, programmable blocks. Previously written data blocks no longer in use can be reclaimed by TRIM; however, even with TRIM, fewer free blocks cause slower performance.[27][147][148] HDDs are not affected by free blocks and do not benefit from TRIM.
Power consumption High performance flash-based SSDs generally require half to a third of the power of HDDs. High-performance DRAM SSDs generally require as much power as HDDs, and must be connected to power even when the rest of the system is shut down.[149][150] Emerging technologies like DevSlp can minimize power requirements of idle drives. The lowest-power HDDs (1.8-inch size) can use as little as 0.35 watts when idle.[151] 2.5-inch drives typically use 2 to 5 watts. The highest-performance 3.5-inch drives can use up to about 20 watts.
Maximum areal storage density (Terabits per square inch) 2.8[152] 1.2[152]

Memory cards

Template:Main

File:CompactFlash IDE Adaptor.jpeg
CompactFlash card used as an SSD

While both memory cards and most SSDs use flash memory, they serve very different markets and purposes. Each has a number of different attributes which are optimized and adjusted to best meet the needs of particular users. Some of these characteristics include power consumption, performance, size, and reliability.[153]

SSDs were originally designed for use in a computer system. The first units were intended to replace or augment hard disk drives, so the operating system recognized them as a hard drive. Originally, solid state drives were even shaped and mounted in the computer like hard drives. Later SSDs became smaller and more compact, eventually developing their own unique form factors such as the M.2 form factor. The SSD was designed to be installed permanently inside a computer.[153]

In contrast, memory cards (such as Secure Digital (SD), CompactFlash (CF), and many others) were originally designed for digital cameras and later found their way into cell phones, gaming devices, GPS units, etc. Most memory cards are physically smaller than SSDs, and designed to be inserted and removed repeatedly.[153] There are adapters which enable some memory cards to interface to a computer, allowing use as an SSD, but they are not intended to be the primary storage device in the computer. The typical CompactFlash card interface is three to four times slower than an SSD.Template:Citation needed As memory cards are not designed to tolerate the amount of reading and writing which occurs during typical computer use, their data may get damaged unless special procedures are taken to reduce the wear on the card to a minimum.

SSD failure

SSDs have very different failure modes than traditional magnetic hard drives. Because of their design, some kinds of failure are inapplicable (motors or magnetic heads cannot fail, because they are not needed in an SSD). Instead, other kinds of failure are possible (for example, incomplete or failed writes due to sudden power failure can be more of a problem than with HDDs, and if a chip fails then all the data on it is lost, a scenario not applicable to magnetic drives). However, on the whole statistics show that SSDs are generally highly reliable, and often continue working far beyond the expected lifetime as stated by their manufacturer.[154]

SSD reliability and failure modes

An early test by Techreport.com which ran for 18 months during 2013 - 2015 had previously tested a number of SSDs to destruction to identify how and at what point they failed; the test found that "All of the drives surpassed their official endurance specifications by writing hundreds of terabytes without issue", described as being far beyond any usual size for a "typical consumer".[155] The first SSD to fail was a TLC based drive - a type of design expected to be less durable than either SLC or MLC - and the SSD concerned managed to write over 800,000 GB (800 TB or 0.8 petabytes) before failing; three SSDs in the test managed to write almost three times that amount (almost 2.5 PB) before they also failed.[155] So the capability of even consumer SSDs to be remarkably reliable was already established.

A 2016 study of "millions of drive days" in production use by SSDs over a six-year period, found that SSDs fail at a "significantly lower" rate than HDDs, but have potential for localized data loss due to unreadable blocks to be more of a problem than with HDDs. It came to a number of "unexpected conclusions":[154]

  • In the real world, MLC based designs - believed less reliable than SLC designs - are often as reliable as SLC. (The findings state that "SLC [is] not generally more reliable than MLC")
  • Device age, measured by days in use, is the main factor in SSD reliability, and not amount of data read or written. Because this finding persists after controlling for early failure and other factors, it is likely that factors such as "silicon aging" is a cause of this trend. The correlation is significant (around 0.2 - 0.4).
  • Raw bit error rates (RBER) grows much slower than usually believed and is not exponential as often assumed, nor is it a good predictor of other errors or SSD failure.
  • The uncorrectable bit error rate (UBER) is widely used but is not a good predictor of failure either. However SSD UBER rates are higher than those for HDDs, so although they do not predict failure, they can lead to data loss due to unreadable blocks being more common on SSDs than HDDs. The conclusion states that although more reliable overall, the rate of uncorrectable errors able to impact a user is larger.
  • "Bad blocks in new SSDs are common, and drives with a large number of bad blocks are much more likely to lose hundreds of other blocks, most likely due to die or chip failure. 30-80 percent of SSDs develop at least one bad block and 2-7 percent develop at least one bad chip in the first four years of deployment."
  • There is no sharp increase in errors after the expected lifetime is reached.
  • Most SSDs develop no more than a few bad blocks, perhaps 2 - 4. SSDs that develop many bad blocks often go on to develop far more (perhaps hundreds), and may be prone to failure. However most drives (99%+) are shipped with bad blocks from manufacture. The finding overall was that bad blocks are common and 30-80% of drives will develop at least one in use, but even a few bad blocks (2 - 4) is a predictor of up to hundreds of bad blocks at a later time. The bad block count at manufacture correlates with later development of further bad blocks. The report conclusion added that SSDs tended to either have "less than a handful" of bad blocks or "a large number", and suggested that this might be a basis for predicting eventual failure.
  • Around 2-7% of SSDs will develop bad chips in their first 4 years of use. Over 2/3 of these chips will have breached their manufacturers' tolerances and specifications, which typically guarantee that no more than 2% of blocks on a chip will fail within its expected write lifetime.
  • 96% of those SSDs that need repair (warranty servicing), need repair only once in their life. Days between repair vary from "a couple of thousand days" to "nearly 15,000 days" depending on the model.

Data recovery and secure deletion

Solid state drives have set new challenges for data recovery companies, as the way of storing data is non-linear and much more complex than that of hard disk drives. The strategy the drive operates by internally can largely vary between manufacturers, and the TRIM command zeroes the whole range of a deleted file. Wear leveling also means that the physical address of the data and the address exposed to the operating system are different.

As for secure deletion of data, ATA Secure Erase command could be used. A program such as hdparm can be used for this purpose.

Endurance

The JEDEC Solid State Technology Association (JEDEC) has published standards for reliability metrics:[156]

  • Unrecoverable Bit Error Ratio (UBER)
  • Terabytes Written (TBW) - The number of terabytes that can be written to a drive within its warranty.
  • Drive Writes Per Day (DWPD) - The number of times the total capacity of the drive may be written to per day within its warranty.

Applications

Until 2009Template:Why, SSDs were mainly used in those aspects of mission critical applications where the speed of the storage system needed to be as high as possible. Since flash memory has become a common component of SSDs, the falling prices and increased densities have made it more cost-effective for many other applications. Organizations that can benefit from faster access of system data include equity trading companies, telecommunication corporations, and streaming media and video editing firms. The list of applications which could benefit from faster storage is vast.[2]

Flash-based solid-state drives can be used to create network appliances from general-purpose personal computer hardware. A write protected flash drive containing the operating system and application software can substitute for larger, less reliable disk drives or CD-ROMs. Appliances built this way can provide an inexpensive alternative to expensive router and firewall hardware.Template:Citation needed

SSDs based on an SD card with a live SD operating system are easily write-locked. Combined with a cloud computing environment or other writable medium, to maintain persistence, an OS booted from a write-locked SD card is robust, rugged, reliable, and impervious to permanent corruption. If the running OS degrades, simply turning the machine off and then on returns it back to its initial uncorrupted state and thus is particularly solid. The SD card installed OS does not require removal of corrupted components since it was write-locked though any written media may need to be restored.

Hard drives caching

In 2011, Intel introduced a caching mechanism for their Z68 chipset (and mobile derivatives) called Smart Response Technology, which allows a SATA SSD to be used as a cache (configurable as write-through or write-back) for a conventional, magnetic hard disk drive.[157] A similar technology is available on HighPoint's RocketHybrid PCIe card.[158]

Solid-state hybrid drives (SSHDs) are based on the same principle, but integrate some amount of flash memory on board of a conventional drive instead of using a separate SSD. The flash layer in these drives can be accessed independently from the magnetic storage by the host using ATA-8 commands, allowing the operating system to manage it. For example, Microsoft's ReadyDrive technology explicitly stores portions of the hibernation file in the cache of these drives when the system hibernates, making the subsequent resume faster.[159]

Dual-drive hybrid systems are combining the usage of separate SSD and HDD devices installed in the same computer, with overall performance optimization managed by the computer user, or by the computer's operating system software. Examples of this type of system are bcache and dm-cache on Linux,[160] and Apple’s Fusion Drive.

Template:AnchorFile system support for SSDs

Template:Main

Typically the same file systems used on hard disk drives can also be used on solid state drives. It is usually expected for the file system to support the TRIM command which helps the SSD to recycle discarded data (support for TRIM arrived some years after SSDs themselves but is now nearly universal). This means that file system does not need to manage wear leveling or other flash memory characteristics, as they are handled internally by the SSD. Some flash file systems using log-based designs (F2FS, JFFS2) help to reduce write amplification on SSDs, especially in situations where only very small amounts of data are changed, such as when updating file system metadata.

While not a file system feature, operating systems should also aim to align partitions correctly, which avoids excessive read-modify-write cycles. A typical practice for personal computers is to have each partition aligned to start at a 1 MB (= 1,048,576 bytes) mark, which covers all common SSD page and block size scenarios, as it is divisible by all commonly used sizes - 1 MB, 512 KB, 128 KB, 4 KB, and 512 bytes. Modern operating system installation software and disk tools handle this automatically.

Template:AnchorLinux

The ext4, Btrfs, XFS, JFS, and F2FS file systems include support for the discard (TRIM or UNMAP) function. As of November 2013, ext4 can be recommended as a safe choice.Template:By whom F2FS is a modern file system optimized for flash-based storage, and from a technical perspective is a very good choice,Template:According to whom but is still in experimental stage.Template:WhenTemplate:Citation needed

Kernel support for the TRIM operation was introduced in version 2.6.33 of the Linux kernel mainline, released on Template:Date.[161] To make use of it, a filesystem must be mounted using the discard parameter. Linux swap partitions are by default performing discard operations when the underlying drive supports TRIM, with the possibility to turn them off, or to select between one-time or continuous discard operations.[162][163][164] Support for queued TRIM, which is a SATA 3.1 feature that results in TRIM commands not disrupting the command queues, was introduced in Linux kernel 3.12, released on November 2, 2013.[165]

An alternative to the kernel-level TRIM operation is to use a user-space utility called fstrim that goes through all of the unused blocks in a filesystem and dispatches TRIM commands for those areas. fstrim utility is usually run by cron as a scheduled task. Template:As of, it is used by the Ubuntu Linux distribution, in which it is enabled only for Intel and Samsung solid-state drives for reliability reasons; vendor check can be disabled by editing file /etc/cron.weekly/fstrim using instructions contained within the file itself.[166]

Since 2010, standard Linux drive utilities have taken care of appropriate partition alignment by default.[167]

Linux performance considerations

During installation, Linux distributions usually do not configure the installed system to use TRIM and thus the /etc/fstab file requires manual modifications.[168] This is because of the notion that the current Linux TRIM command implementation might not be optimal.[169] It has been proven to cause a performance degradation instead of a performance increase under certain circumstances.[170][171] Template:As of, Linux sends an individual TRIM command to each sector, instead of a vectorized list defining a TRIM range as recommended by the TRIM specification.[172] This deficiency has existed for years and there are no known plans to eliminate it.

For performance reasons, it is recommended to switch the I/O scheduler from the default CFQ (Completely Fair Queuing) to NOOP or Deadline. CFQ was designed for traditional magnetic media and seek optimizations, thus many of those I/O scheduling efforts are wasted when used with SSDs. As part of their designs, SSDs offer much bigger levels of parallelism for I/O operations, so it is preferable to leave scheduling decisions to their internal logicTemplate:Spaced ndash especially for high-end SSDs.[173][174]

Template:Anchor A scalable block layer for high-performance SSD storage, known as blk-multiqueue or blk-mq and developed primarily by Fusion-io engineers, was merged into the Linux kernel mainline in kernel version 3.13, released on 19 January 2014. This leverages the performance offered by SSDs and NVM Express, by allowing much higher I/O submission rates. With this new design of the Linux kernel block layer, internal queues are split into two levels (per-CPU and hardware-submission queues), thus removing bottlenecks and allowing much higher levels of I/O parallelization. As of version 4.0 of the Linux kernel, released on 12 April 2015, VirtIO block driver, the SCSI layer (which is used by Serial ATA drivers), device mapper framework, loop device driver, unsorted block images (UBI) driver (which implements erase block management layer for flash memory devices) and RBD driver (which exports Ceph RADOS objects as block devices) have been modified to actually use this new interface; other drivers will be ported in the following releases.[175][176][177][178][179]

OS X

OS X versions since 10.6.8 (Snow Leopard) support TRIM but only when used with an Apple-purchased SSD.[180] TRIM is not automatically enabled for third-party drives, although it can be enabled by using third-party utilities such as Trim Enabler. The status of TRIM can be checked in the System Information application or in the system_profiler command-line tool.

OS X version 10.11 (El Capitan) and 10.10.4 (Yosemite) include sudo trimforce enable as a Terminal command that enables TRIM on non-Apple SSDs.[181] There is also a technique to enable TRIM in versions of OS X earlier than 10.6.8, although it remains uncertain whether TRIM is actually utilized properly in those cases.[182]

Microsoft Windows

Versions of Microsoft Windows prior to 7 do not take any special measures to support solid state drives. Starting from Windows 7, the standard NTFS file system provides TRIM support (other file systems on Windows do not support TRIM[183]).

By default, Windows 7 and newer versions execute TRIM commands automatically if the device is detected to be a solid-state drive. To change this behavior, in the Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem the value DisableDeleteNotification can be set to 1 to prevent the mass storage driver from issuing the TRIM command. This can be useful in situations where data recovery is preferred over wear leveling (in most cases, TRIM irreversibly resets all freed space).[184]

Windows implements TRIM command for more than just file delete operations. The TRIM operation is fully integrated with partition- and volume-level commands like format and delete, with file system commands relating to truncate and compression, and with the System Restore (also known as Volume Snapshot) feature.[185]

Windows 7 and later

Windows 7 and later versions have native support for SSDs.[185][186] The operating system detects the presence of an SSD and optimizes operation accordingly. For SSD devices Windows disables SuperFetch and ReadyBoost, boot-time and application prefetching operations.Template:Citation needed Despite the initial statement by Steven Sinofsky prior to the release of Windows 7,[185] however, defragmentation is not disabled, even though its behavior on SSDs differs.[114] One reason is the low performance of Volume Shadow Copy Service on fragmented SSDs.[114] The second reason is to avoid reaching the practical maximum number of file fragments that a volume can handle. If this maximum is reached, subsequent attempts to write to the drive will fail with an error message.[114]

Windows 7 also includes support for the TRIM command to reduce garbage collection for data which the operating system has already determined is no longer valid. Without support for TRIM, the SSD would be unaware of this data being invalid and would unnecessarily continue to rewrite it during garbage collection causing further wear on the SSD. It is beneficial to make some changes that prevent SSDs from being treated more like HDDs, for example cancelling defragmentation, not filling them to more than about 75% of capacity, not storing frequently written-to files such as log and temporary files on them if a hard drive is available, and enabling the TRIM process.[187][188]

Windows Vista

Windows Vista generally expects hard disk drives rather than SSDs.[189][190] Windows Vista includes ReadyBoost to exploit characteristics of USB-connected flash devices, but for SSDs it only improves the default partition alignment to prevent read-modify-write operations that reduce the speed of SSDs. Most SSDs are typically split into 4 kB sectors, while most systems are based on 512 byte sectors with their default partition setups unaligned to the 4 KB boundaries.[191] The proper alignment does not help the SSD's endurance over the life of the drive; however, some Vista operations, if not disabled, can shorten the life of the SSD.

Drive defragmentation should be disabled because the location of the file components on an SSD doesn't significantly impact its performance, but moving the files to make them contiguous using the Windows Defrag routine will cause unnecessary write wear on the limited number of P/E cycles on the SSD. The Superfetch feature will not materially improve the performance of the system and causes additional overhead in the system and SSD, although it does not cause wear.[192] Windows Vista does not send the TRIM command to solid state drives, but some third part utilities such as SSD Doctor will periodically scan the drive and TRIM the appropriate entries.[193]

ZFS

Solaris as of version 10 Update 6 (released in October 2008), and recentTemplate:When versions of OpenSolaris, Solaris Express Community Edition, Illumos, Linux with ZFS on Linux, and FreeBSD all can use SSDs as a performance booster for ZFS. A low-latency SSD can be used for the ZFS Intent Log (ZIL), where it is named the SLOG. This is used every time a synchronous write to the drive occurs. An SSD (not necessarily with a low-latency) may also be used for the level 2 Adaptive Replacement Cache (L2ARC), which is used to cache data for reading. When used either alone or in combination, large increases in performance are generally seen.[194]

FreeBSD

ZFS for FreeBSD introduced support for TRIM on September 23, 2012.[195] The code builds a map of regions of data that were freed; on every write the code consults the map and eventually removes ranges that were freed before, but are now overwritten. There is a low-priority thread that TRIMs ranges when the time comes.

Also the Unix File System (UFS) supports the TRIM command.[196]

Template:AnchorSwap partitions

  • According to Microsoft's former Windows division president Steven Sinofsky, "there are few files better than the pagefile to place on an SSD".[197] According to collected telemetry data, Microsoft had found the pagefile.sys to be an ideal match for SSD storage.[197]
  • Linux swap partitions are by default performing TRIM operations when the underlying block device supports TRIM, with the possibility to turn them off, or to select between one-time or continuous TRIM operations.[162][163][164]
  • If an operating system does not support using TRIM on discrete swap partitions, it might be possible to use swap files inside an ordinary file system instead. For example, OS X does not support swap partitions; it only swaps to files within a file system, so it can use TRIM when, for example, swap files are deleted.Template:Citation needed
  • DragonFly BSD allows SSD-configured swap to also be used as file system cache.[198] This can be used to boost performance on both desktop and server workloads. The bcache, dm-cache, and Flashcache projects provide a similar concept for the Linux kernel.[199]

Standardization organizations

The following are noted standardization organizations and bodies that work to create standards for solid-state drives (and other computer storage devices). The table below also includes organizations which promote the use of solid-state drives. This is not necessarily an exhaustive list.

Organization or committee Subcommittee of: Purpose
INCITS Template:N/a Coordinates technical standards activity between ANSI in the US and joint ISO/IEC committees worldwide
T10 INCITS SCSI
T11 INCITS FC
T13 INCITS ATA
JEDEC Template:N/a Develops open standards and publications for the microelectronics industry
JC-64.8 JEDEC Focuses on solid-state drive standards and publications
NVMHCI Template:N/a Provides standard software and hardware programming interfaces for nonvolatile memory subsystems
SATA-IO Template:N/a Provides the industry with guidance and support for implementing the SATA specification
SFF Committee Template:N/a Works on storage industry standards needing attention when not addressed by other standards committees
SNIA Template:N/a Develops and promotes standards, technologies, and educational services in the management of information
SSSI SNIA Fosters the growth and success of solid state storage

Commercialization

Availability

Solid-state drive technology has been marketed to the military and niche industrial markets since the mid-1990s.[200]

Along with the emerging enterprise market, SSDs have been appearing in ultra-mobile PCs and a few lightweight laptop systems, adding significantly to the price of the laptop, depending on the capacity, form factor and transfer speeds. For low-end applications, a USB flash drive may be obtainable for anywhere from $10 to $100 or so, depending on capacity and speed; alternatively, a CompactFlash card may be paired with a CF-to-IDE or CF-to-SATA converter at a similar cost. Either of these requires that write-cycle endurance issues be managed, either by refraining from storing frequently written files on the drive or by using a flash file system. Standard CompactFlash cards usually have write speeds of 7 to 15 MB/s while the more expensive upmarket cards claim speeds of up to 60 MB/s.

The first flash-memory SSD based PC to become available was the Sony Vaio UX90, announced for pre-order on 27 June 2006 and began shipping in Japan on 3 July 2006 with a 16Gb flash memory hard drive. [201] In late September 2006 Sony upgraded the SSD in the Vaio UX90 to 32Gb. [202]

One of the first mainstream releases of SSD was the XO Laptop, built as part of the One Laptop Per Child project. Mass production of these computers, built for children in developing countries, began in December 2007. These machines use 1,024 MiB SLC NAND flash as primary storage which is considered more suitable for the harsher than normal conditions in which they are expected to be used. Dell began shipping ultra-portable laptops with SanDisk SSDs on April 26, 2007.[203] Asus released the Eee PC subnotebook on October 16, 2007, with 2, 4 or 8 gigabytes of flash memory.[204] On January 31, 2008, Apple released the MacBook Air, a thin laptop with an optional 64 GB SSD. The Apple Store cost was $999 more for this option, as compared with that of an 80 GB 4200 RPM hard disk drive.[205] Another option, the Lenovo ThinkPad X300 with a 64 gigabyte SSD, was announced by Lenovo in February 2008.[206] On August 26, 2008, Lenovo released ThinkPad X301 with 128 GB SSD option which adds approximately $200 US.[207]

File:Mtron SSD.jpg
Some Mtron solid-state drives

In 2008, low-end netbooks appeared with SSDs. In 2009, SSDs began to appear in laptops.[203][205]

On January 14, 2008, EMC Corporation (EMC) became the first enterprise storage vendor to ship flash-based SSDs into its product portfolio when it announced it had selected STEC, Inc.'s Zeus-IOPS SSDs for its Symmetrix DMX systems.[208] In 2008, Sun released the Sun Storage 7000 Unified Storage Systems (codenamed Amber Road), which use both solid state drives and conventional hard drives to take advantage of the speed offered by SSDs and the economy and capacity offered by conventional HDDs.[209]

Dell began to offer optional 256 GB solid state drives on select notebook models in January 2009.[210][211] In May 2009, Toshiba launched a laptop with a 512 GB SSD.[212][213]

Since October 2010, Apple's MacBook Air line has used a solid state drive as standard.[214] In December 2010, OCZ RevoDrive X2 PCIe SSD was available in 100 GB to 960 GB capacities delivering speeds over 740 MB/s sequential speeds and random small file writes up to 120,000 IOPS.[215] In November 2010, Fusion-io released its highest performing SSD drive named ioDrive Octal utilising PCI-Express x16 Gen 2.0 interface with storage space of 5.12 TB, read speed of 6.0 GB/s, write speed of 4.4 GB/s and a low latency of 30 microseconds. It has 1.19 M Read 512 byte IOPS and 1.18 M Write 512 byte IOPS.[216]

In 2011, computers based on Intel's Ultrabook specifications became available. These specifications dictate that Ultrabooks use an SSD. These are consumer-level devices (unlike many previous flash offerings aimed at enterprise users), and represent the first widely available consumer computers using SSDs aside from the MacBook Air.[217] At CES 2012, OCZ Technology demonstrated the R4 CloudServ PCIe SSDs capable of reaching transfer speeds of 6.5 GB/s and 1.4 million IOPS.[218] Also announced was the Z-Drive R5 which is available in capacities up to 12 TB, capable of reaching transfer speeds of 7.2 GB/s and 2.52 million IOPS using the PCI Express x16 Gen 3.0.[219]

In December 2013, Samsung introduced and launched the industry's first 1 TB mSATA SSD.[220] In August 2015, Samsung announced a 16 TB SSD, at the time the world's highest-capacity single storage device of any type.[221]

Quality and performance

Template:Main

In general, performance of any particular device can vary significantly in different operating conditions. For example, the number of parallel threads accessing the storage device, the I/O block size, and the amount of free space remaining can all dramatically change the performance (i.e. transfer rates) of the device.[222]

SSD technology has been developing rapidly. Most of the performance measurements used on disk drives with rotating media are also used on SSDs. Performance of flash-based SSDs is difficult to benchmark because of the wide range of possible conditions. In a test performed in 2010 by Xssist, using IOmeter, 4 kB random 70% read/30% write, queue depth 4, the IOPS delivered by the Intel X25-E 64 GB G1 started around 10,000 IOPs, and dropped sharply after 8 minutes to 4,000 IOPS, and continued to decrease gradually for the next 42 minutes. IOPS vary between 3,000 and 4,000 from around 50 minutes onwards for the rest of the 8+ hour test run.[223]

Write amplification is the major reason for the change in performance of an SSD over time. Designers of enterprise-grade drives try to avoid this performance variation by increasing over-provisioning, and by employing wear-leveling algorithms that move data only when the drives are not heavily utilized.[224]

Sales

Template:Update SSD shipments were 11 million units in 2009,[225] 17.3 million units in 2011[226] for a total of US$5 billion,[227] 39 million units in 2012, and were expected to rise to 83 million units in 2013[228] to 201.4 million units in 2016[226] and to 227 million units in 2017.[229]

Revenues for the SSD market (including low-cost PC solutions) worldwide totalled $585 million in 2008, rising over 100% from $259 million in 2007.[230]

See also

References

1 }}
     | references-column-width 
     | references-column-count references-column-count-{{#if:1|30em}} }}
   | {{#if: 
     | references-column-width }} }}" style="{{#if: 30em
   | {{#iferror: {{#ifexpr: 30em > 1 }}
     | Template:Column-width
     | Template:Column-count }}
   | {{#if: 
     | Template:Column-width }} }} list-style-type: {{#switch: 
   | upper-alpha
   | upper-roman
   | lower-alpha
   | lower-greek
   | lower-roman = {{{group}}}
   | #default = decimal}};">
  1. Template:Cite web
  2. 2.0 2.1 2.2 2.3 2.4 2.5 Template:Cite web
  3. STEC."SSD Power Savings Render Significant Reduction to TCO Template:Webarchive." Retrieved October 25, 2010.
  4. 4.0 4.1 Template:Cite web
  5. 5.0 5.1 Template:Cite web
  6. Template:Cite web
  7. Template:Cite web
  8. Template:Cite web
  9. Template:Cite web
  10. Template:Cite web
  11. Template:Cite web
  12. Template:Cite web
  13. Template:Cite book
  14. Template:Cite web
  15. Template:Cite web
  16. Template:Cite web
  17. Template:Cite web
  18. Template:Cite web
  19. Template:Cite web
  20. Template:Cite web
  21. Template:Cite web
  22. Template:Cite web
  23. Template:Cite web
  24. Template:Cite web
  25. Template:Cite webTemplate:Dead link
  26. 26.0 26.1 Template:Cite web
  27. 27.0 27.1 27.2 Template:Cite web
  28. Template:Cite web
  29. Template:Cite web
  30. Template:Cite web
  31. Template:Cite web
  32. Template:Cite web
  33. SLC and MLC Template:Webarchive SSD Festplatten. Retrieved 2013-04-10.
  34. Template:Cite web
  35. 35.0 35.1 Mittal et al., "A Survey of Software Techniques for Using Non-Volatile Memories for Storage and Main Memory Systems Template:Webarchive", IEEE TPDS, 2015
  36. Template:Cite web
  37. Template:Cite web
  38. 38.0 38.1 Template:Cite web
  39. Template:Cite web
  40. Template:Cite web
  41. Template:Cite web
  42. Template:Cite web
  43. Template:Cite web
  44. Template:Cite web
  45. Allyn Malventano. "CES 2012: OCZ shows DDR based SATA 6Gbit/s aeonDrive" Template:Webarchive. 2012.
  46. Template:Cite web
  47. Template:Cite web
  48. Template:Cite web
  49. Jim Handy. "Viking: Why Wait for Nonvolatile DRAM?" Template:Webarchive. 2013.
  50. Template:Cite web
  51. Template:Cite web
  52. Template:Cite web
  53. Douglas Perry. "Buffalo Shows SSDs with MRAM Cache" Template:Webarchive. 2012.
  54. Rick Burgess. "Everspin first to ship ST-MRAM, claims 500x faster than SSDs" Template:Webarchive. 2012.
  55. Template:Cite web
  56. 56.0 56.1 Template:Cite web
  57. Template:Cite web
  58. Template:Cite web
  59. Template:Cite web
  60. Template:Cite web
  61. 61.0 61.1 Template:Cite web
  62. Template:Cite web
  63. Template:Cite web
  64. Template:Cite web
  65. Template:Cite web
  66. Template:Cite web
  67. Template:Cite web
  68. Template:Cite web
  69. Template:Cite web
  70. Template:Cite press release
  71. Template:Cite web
  72. Template:Cite web
  73. Template:Cite web
  74. Template:Cite web
  75. Template:Cite web
  76. Template:Cite web
  77. Template:Cite web
  78. Template:Cite web
  79. Template:Cite web
  80. Template:Cite web
  81. Template:Cite web
  82. Template:Cite web
  83. Template:Cite web
  84. Template:Cite web
  85. Template:Cite web
  86. Template:Cite web
  87. Template:Cite webTemplate:Dead link
  88. Template:Cite web
  89. Template:Cite web
  90. Template:Cite web
  91. Template:Cite web
  92. Template:Cite web
  93. Template:Cite web
  94. 94.0 94.1 94.2 BeHardware reported lower retailer return rates for SSDs than HDDs between April and October 2010. Template:Cite web
  95. A 2011 study by Intel on the use of 45,000 SSDs reported an annualized failure rate of 0.61% for SSDs, compared with 4.85% for HDDs. Template:Cite web
  96. 96.0 96.1 Template:Cite web
  97. Template:Cite web
  98. Template:Cite web
  99. Template:Cite web
  100. Template:Cite web
  101. Template:Cite web
  102. 102.0 102.1 Template:Cite web
  103. Template:Cite web
  104. Template:Cite web
  105. Template:Cite news
  106. Template:Cite web
  107. 107.0 107.1 Template:Cite web
  108. Template:Cite web
  109. Template:Cite web Registration required.
  110. Template:Cite web
  111. Template:Cite web
  112. Template:Cite web
  113. Template:Cite web
  114. 114.0 114.1 114.2 114.3 114.4 Template:Cite web
  115. Template:Cite web
  116. Template:Cite web
  117. Template:Cite web
  118. Template:Cite journal
  119. Template:Cite web
  120. Template:Cite web
  121. Template:Cite web
  122. Template:Cite web
  123. Template:Cite web
  124. 124.0 124.1 Template:Cite web
  125. Template:Cite web
  126. 126.0 126.1 Template:Cite web
  127. Template:Cite web
  128. Template:Cite web
  129. Template:Cite web
  130. Template:Cite web
  131. Template:Cite web
  132. Template:Cite web
  133. Template:Cite web
  134. Template:Cite web
  135. Template:Cite web
  136. Tests by Tom's Hardware on the 60 GB Intel 520 SSD calculated a worst-case lifetime of just over five years for incompressible data, and a lifetime of 75 years for compressible data. Template:Cite web
  137. Analysis of SSD Reliability during power-outages Template:Webarchive, December 2013
  138. A study performed by Carnegie Mellon University on manufacturers' published MTBF Template:Cite web
  139. Template:Cite web
  140. Template:Cite web
  141. https://www.seagate.com/staticfiles/support/docs/warranty/SeagateMediaSanitizationPractices19-Mar-2011.pdf
  142. Template:Cite web
  143. 143.0 143.1 Template:Cite web
  144. Seagate’s new 60TB SSD is world’s largest Template:Webarchive
  145. [Western Digital Announces Ultrastar He12 12 TB and 14 TB HDDs Template:Cite web]
  146. Template:Cite web
  147. Template:Cite journal
  148. Template:Cite web
  149. Template:Cite web|-
  150. Template:Cite web
  151. Template:Cite web
  152. 152.0 152.1 Template:Cite web
  153. 153.0 153.1 153.2 Template:Cite web
  154. 154.0 154.1 SSD reliability in the real world: Google's experience, ZDNet 2016. Also see full paper the article is based upon: Flash Reliability in Production: The Expected and the Unexpected - Schroeder, Lagisetty & Merchant, 2016.
  155. 155.0 155.1 https://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead
  156. Template:Cite book
  157. Template:Cite web
  158. Template:Cite web
  159. Template:Cite book
  160. Template:Cite web
  161. Template:Cite web
  162. 162.0 162.1 Template:Cite web
  163. 163.0 163.1 Template:Cite web
  164. 164.0 164.1 Template:Cite web
  165. Template:Cite web
  166. Template:Cite web
  167. Template:Cite web
  168. Template:Cite web
  169. Template:Cite web
  170. Template:Cite web
  171. Template:Cite web
  172. Template:Cite web
  173. Template:Cite web
  174. Template:Cite web
  175. Template:Cite web
  176. Template:Cite web
  177. Template:Cite web
  178. Template:Cite web
  179. Template:Cite web
  180. Template:Cite web
  181. Template:Cite web
  182. Template:Cite webTemplate:Unreliable source?
  183. ATA Trim/Delete Notification Support in Windows 7 Template:Webarchive
  184. Template:Cite web
  185. 185.0 185.1 185.2 Template:Cite web
  186. Template:Cite web
  187. Template:Cite web
  188. Template:Cite web
  189. Template:Cite web
  190. Template:Cite web
  191. Template:Cite web
  192. Template:Cite web
  193. Template:Cite web Link to information
  194. Template:Cite web
  195. Template:Cite web
  196. Template:Cite book
  197. 197.0 197.1 Template:Cite web
  198. Template:Cite web
  199. Template:Cite web
  200. Template:Cite web
  201. https://www.sony.jp/CorporateCruise/Press/200606/06-0627/
  202. http://nbnews.info/en/news/397
  203. 203.0 203.1 Template:Cite web
  204. Template:Cite news
  205. 205.0 205.1 Template:Cite webTemplate:Verify source
  206. Template:Cite press release
  207. Template:Cite web
  208. Template:Cite web
  209. Template:Cite web
  210. Template:Cite web
  211. Template:Cite web
  212. Template:Cite webTemplate:Dead link
  213. Template:Cite web
  214. Template:Cite webTemplate:Verify source
  215. Template:Cite web
  216. Template:Cite web
  217. Template:Cite web
  218. Template:Cite web
  219. Template:Cite web
  220. Template:Cite web
  221. Template:Cite web
  222. Template:Cite journal
  223. Template:Cite web
  224. Template:Cite journal
  225. SSD Sales up 14% in 2009 Template:Webarchive, January 20th, 2010, Brian Beeler, storagereview.com
  226. 226.0 226.1 Solid State Drives to Score Big This Year with Huge Shipment Growth Template:Webarchive, April 2, 2012, Fang Zhang, iSupply
  227. SSDs sales rise, prices drop below $1 per GB in 2012 Template:Webarchive, January 10, 2012, Pedro Hernandez, ecoinsite.com
  228. 39 Million SSDs Shipped WW in 2012, Up 129% From 2011 - IHS iSuppli Template:Webarchive, January 24th, 2013, storagenewsletter.com
  229. SSDs weather the PC storm Template:Webarchive, May 8, 2013, Nermin Hajdarbegovic, TG Daily, accesat la 9 mai 2013
  230. Samsung leads in 2008 SSD market with over 30% share, says Gartner Template:Webarchive, 10 June 2009, Josephine Lien, Taipei; Jessie Shen, DIGITIMES

Further reading

External links

Template:Commons category

Background and general
Other

Template:Portal bar Template:Solid-state drive Template:Basic computer components