Fusion Drive

Fusion Drive is a data storage technology developed by Apple Inc. It combines a hard disk drive (of 1 TB or more) with a NAND flash storage (solid-state drive of 128 GB) and presents it as a single Core Storage managed logical volume with the space of both drives combined.[1]

The operating system automatically manages the contents of the drive so the most frequently accessed files, applications, documents, photos and other data are stored on the faster flash storage, while infrequently used items move to or stay on the hard drive.[2] For example, if spreadsheet software is used often, the software will be moved to the flash storage for faster user access. In software, this logical volume speeds up performance of the computer by performing both caching for faster writes and auto tiering for faster reads.

Availability

The Fusion Drive was announced as part of an Apple event held on October 23, 2012 with the first supporting products—iMacs and Mac Minis running OS X Mountain Lion—shipping in late 2012.[2] The initial round of supporting products had the following configurations:

Design

Apple's Fusion Drive design incorporates proprietary features with limited documentation. It has been reported that the design of Fusion Drive has been influenced by a research project called Hystor.[3] According to the paper,[4] this hybrid storage system unifies a high-speed SSD and a large-capacity hard drive with several design considerations, which may be used in Fusion Drive.

  1. The SSD and the hard drive are logically merged into a single block device managed by the operating system, which is independent of file systems and requires no changes to applications.
  2. A portion of SSD space is used as a write-back buffer to absorb incoming write traffic, which hides perceivable latencies and boosts write performance.
  3. A set of algorithms and techniques are designed to decide in which device (the SSD or the hard drive) data should be stored and accessed. A simplified view of the rules is to store the smaller, more frequently accessed data in the SSD and the larger, less frequently used data in the hard drive.
  4. Data movement is based on runtime access patterns. During idle periods, data is adaptively migrated to the most suitable devices to provide sustained data processing performance for users.

Several experimental studies[2][5][6][7][8][9] have been conducted to speculate the internal mechanism of Fusion Drive. A number of speculations are available but not completely confirmed.

  1. Fusion Drive is a block-level solution based on Apple's Core Storage, a logical volume manager managing multiple physical devices.[5][6] The capacity of a Fusion Drive is confirmed to be the sum of two devices.[5][6] Fusion Drive is file system agnostic and effective for both HFS Plus and ZFS.[7]
  2. Part of the SSD space is used as a write buffer for incoming writes.[5][6] In the stable state, a minimum 4GB space is reserved for buffering writes.[2][5][6] A small spare area is set aside on the SSD for performance consistency.[6]
  3. Data is promoted to the SSD based on its access frequency.[5][6] The frequency is detected at the block level [8] and below file system memory cache.[9] Data migration happens in 128KB chunks during idle or light I/O periods.[5][6]
  4. Operating system and other critical documents are always cached on the SSD.[5] Applications are likely to be handled similarly.[6] A regular file can reside on both devices.[8]

See also

References

  1. Hutchinson, Lee (October 23, 2012). "Apple Fusion Drive—wait, what? How does this work?". Ars Technica. Condé Nast. Retrieved October 25, 2012.
  2. 2.0 2.1 2.2 2.3 Shimpi, Anand Lal (October 24, 2012). "Understanding Apple's Fusion Drive". AnandTech. Retrieved October 25, 2012.
  3. "Computer Science Research at Ohio State Makes Impact in Apple's Hybrid Storage Product". www.cse.ohio-state.edu. 2013-04-08.
  4. Feng Chen, David Koufaty, Xiaodong Zhang, "Hystor: making the best usage of Solid State Drives in high performance storage systems", Proceedings of 25th ACM International Conference on Supercomputing (ICS), 2011. http://www.cse.ohio-state.edu/hpcs/WWW/HTML/publications/abs11-6.html
  5. 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 "Achieving fusion—with a service training doc, Ars tears open Apple’s Fusion Drive". www.arstechnica.com. 2012-11-05.
  6. 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 "A Month with Apple's Fusion Drive". www.anandtech.com. 2013-01-18.
  7. 7.0 7.1 "Fusion Drive - loose ends". jollyjinx.tumblr.com/. 2012-10-31.
  8. 8.0 8.1 8.2 "More on BYO Fusion drive". jollyjinx.tumblr.com/. 2012-10-31.
  9. 9.0 9.1 "Fusion Drive last words". jollyjinx.tumblr.com/. 2012-11-04.

External links