Hybrid drive


In computing, a hybrid drive is a logical or physical storage device that combines a faster storage medium such as solid-state drive with a higher-capacity hard disk drive. The intent is adding some of the speed of SSDs to the cost-effective storage capacity of traditional HDDs. The purpose of the SSD in a hybrid drive is to act as a cache for the data stored on the HDD, improving the overall performance by keeping copies of the most frequently used data on the faster SSD.
There are two main configurations for implementing hybrid drives: dual-drive hybrid systems and solid-state hybrid drives. In dual-drive hybrid systems, physically separate SSD and HDD devices are installed in the same computer, having the data placement optimization performed either manually by the end user, or automatically by the operating system through the creation of a "hybrid" logical device. In solid-state hybrid drives, SSD and HDD functionalities are built into a single piece of hardware, where data placement optimization is performed either entirely by the device, or through placement "hints" supplied by the operating system.

Types

There are two main "hybrid" storage technologies that combine NAND flash memory or SSDs, with the HDD technology: dual-drive hybrid systems and solid-state hybrid drives.

Dual-drive hybrid systems

Dual-drive hybrid systems combine the usage of separate SSD and HDD devices installed in the same computer. Overall performance optimizations are managed in one of two ways:
  1. By the computer user, who manually places more frequently accessed data onto the faster drive.
  2. By the computer's operating system software, which combines SSD and HDD into a single hybrid volume, providing an easier experience to the end-user. Examples of hybrid volumes implementations in operating systems are ZFS' "hybrid storage pools", bcache and dm-cache on Linux, and Apple's Fusion Drive and other Logical Volume Management based implementations on OS X.
  3. By chipsets external to the individual storage drives. An example is the use of flash cache modules. FCMs combine the use of separate SSD and HDD components, while managing performance optimizations via host software, device drivers, or a combination of both. One example is Intel Smart Response Technology, which is implemented through a combination of certain Intel chipsets and Intel storage drivers, is the most common implementation of FCM hybrid systems today. What distinguished this dual-drive system from an SSHD system is that each drive maintains its ability to be addressed independently by the operating system if desired.

    Solid-state hybrid drive

Solid-state hybrid drive refers to products that incorporate a significant amount of NAND flash memory into a hard disk drive, resulting in a single, integrated device. The term SSHD is a more precise term than the more general hybrid drive, which has previously been used to describe SSHD devices and non-integrated combinations of solid-state drives and hard disk drives. The fundamental design principle behind SSHDs is to identify data elements that are most directly associated with performance and store these data elements in the NAND flash memory. This has been shown to be effective in delivering significantly improved performance over the standard HDD.
An example of an often confused dual-drive system being considered a SSHD is the use of laptops which combine separate SSD and HDD components into the same 2.5-inch HDD-size unit, while at the same time keeping these two components visible and accessible to the operating system as two distinct partitions. WD's Black2 drive is a typical example; the drive can either be used as a distinct SSD and HDD by partitioning it appropriately, or software can be used to automatically manage the SSD portion and present the drive to the user as a single large volume.

Operation

In the two forms of hybrid storage technologies, the goal is to combine HDD and a faster technology to provide a balance of improved performance and high-capacity storage availability. In general, this is achieved by placing "hot data", or data that is most directly associated with improved performance, on the "faster" part of the storage architecture.
Making decisions about which data elements are prioritized for NAND flash memory is at the core of SSHD technology. Products offered by various vendors may achieve this through device firmware, through device drivers or through software modules and device drivers.

Modes of operation

; Self-optimized mode
; Host-optimized mode

History

Hybrid-drive technology has come a long way with modern implementations improving over the past decade beginning in 2007:
Late 2011 and early 2012 benchmarks using an SSHD consisting of a 750 GB HDD and 8 GB of NAND cache found that SSHDs did not offer SSD performance on random read/write and sequential read/write, but were faster than HDDs for application startup and shutdown.
The 2011 benchmark included loading an image of a system that had been used heavily, running many applications, to bypass the performance advantage of a freshly-installed system; it found in real-world tests that performance was much closer to an SSD than to a mechanical HDD. Different benchmark tests found the SSHD to be between an HDD and SSD, but usually significantly slower than an SSD. In the case of uncached random access performance the SSHD was no faster than a comparable HDD; there is advantage only with data that is cached. The author concluded that the SSHD drive was the best non-SSD type of drive by a significant margin, and that the larger the solid-state cache, the better the performance.