Lucy Baldwin, 123RF

Lucy Baldwin, 123RF

All you ever wanted to know about hard drives but never dared ask

Heavy Rotation

Article from ADMIN 13/2013
By
As a prelude to a deeper dive into storage tuning, this month we explore the basics of hard disk drive performance.

Introduced by IBM in the 1950s, hard drives rapidly became the primary permanent storage technology of the computer industry and have retained this primacy for the past 50 years. Despite the mounting challenge posed by solid-state drives, the world's hunger for storage space continues to grow unabated, and the relative cost and performance of HDDs and SSDs are not expected to change in the medium term, making an understanding of this storage technology a key instrument of performance tuning.

The primary observation from which to start is that modern CPUs operate at speeds that make a spinning disk drive resemble the race between a rocket and a turtle: Whereas the CPU can access data in the L1 cache at effectively zero latency, RAM can as be much as 20 times slower than the L2 cache, which is itself five times as slow as its L1 counterpart [1]; this is the von Neumann bottleneck .

Spinning disk media come in at 13,700 times the latency of the L1 cache. Although hard disks remain impressive achievements of mechanical engineering, their moving parts simply cannot keep up with electrons, and the best performance decision is the one that avoids critical-path access to permanent storage altogether [2]. An unprintable infographic [3] makes this point very poignantly (be sure to zoom in at the very top of the picture); optimization is simply a race to get to wait on I/O faster if permanent storage access is not architected properly.

Disks store data in concentric tracks recorded using a constant angular velocity scheme referred to as ZCAV [4]. Unlike optical media, which use constant linear velocity, hard disks do not need to alter speed as they access different parts of the platter.

This approach has interesting consequences, in that comparatively more data is stored on the outer tracks of a drive, which house more sectors in this storage scheme. The result is higher data transfer rates, making the initial partitions of a drive faster than those allocated closer to the hub of the disk (Figure 1).

Figure 1: ZCAV in a 2.5-inch Hitachi HTS723216L9SA60 hard disk drive. Observe that the measured throughput drops as the benchmark advances to the drive's center.

The higher data density of the outer tracks results in a considerable data transfer performance penalty as the benchmark proceeds inward, scanning the drive. Figure 2 shows the same system benchmarking an SSD drive, which is not affected by physical geometry considerations.

Figure 2: Intel SSD SA2M080G2GN illustrating how disk geometry has no effect on the SSD's performance.

Common consumer 7,200rpm disk drives can achieve sustained data transfer rates around 1Gbps and can comfortably operate within the established SATA 3Gbps bus limit, but the performance advances of the latest SSDs require a speedier SATA 6Gbps interface – check your top bus speed before needlessly retrofitting an older system with a top-notch SSD. External drive performance is also similarly capped by bus speeds (see a dramatic example in Figure 3).

Figure 3: Samsung HN-M160MBB demonstrating the lower throughput of an older USB interface. Notice how the ZCAV effect is masked by the lower bus speed.

The data center practice of using only the outermost tracks of a drive to increase performance is called "short stroking" [5]. Short stroking couples the highest throughput of the outer tracks of a drive with a restricted seek range for disk heads, at the price of using only a portion of the drive's full capacity. The results benefit mostly sustained read performance, with other benchmarks seeing limited effect.

More expensive enterprise hard drives reach as high as 15,000rpm, reducing latency to half of the 4ms a 7,200rpm unit delivers – to 2ms. My laptop's older SSD comparatively delivers a 0.2ms average access time. More significant facets of enterprise disks lie in their different firmware behavior: Whereas an enterprise disk will fail quickly if a disk sector has become unreliable, thereby avoiding protracted delays and timeouts, a consumer drive will make repeated, strenuous efforts to read a bad sector before remapping it [6].

Both these behaviors have clear advantages in different situations, but you should be aware of the differences should you plan to use consumer drives in a server environment; generally, do not use consumer drives with timeouts exceeding 30 seconds in this application because RAID does not look kindly on unresponsive drives.

An important trade-off found in modern controllers is issuing write completion messages when data reaches the track cache, not the disk itself. This results in fsync(2) incorrectly believing that data has been permanently stored when it is still in-flight and can result in data loss in a power outage.

Systems not battery-backed or otherwise protected might operate reliably by disabling the write cache, but you should expect a 50 percent performance impact in the bargain [7]. Similar is the effect of running 4,096-sector drives in 512-byte emulation mode, which requires performing a read for each sector write, resulting in a write performance degradation of at least 50 percent.

Infos

  1. "What Your Computer Does While You Wait" by Gustavo Duarte: http://duartes.org/gustavo/blog/post/what-your-computer-does-while-you-wait
  2. "A Swap Space Primer" by Federico Lucifredi, ADMIN , 2012, No. 9, pg. 83
  3. Latency of various media: http://i.imgur.com/X1Hi1.gif
  4. ZCAV: http://en.wikipedia.org/wiki/Zone_bit_recording
  5. "Hard Drive Hijinks" by Marco Chiappetta, Computer Power User , June 2010, pp. 40-42: http://www.computerpoweruser.com/digitalissues/computerpoweruser/CPU_1006/40.html
  6. Intel, "Enterprise-class versus Desktop-class Hard Drives," Revision 1.0. Intel Enterprise Platforms and Services Division: http://download.intel.com/support/motherboards/server/sb/enterprise_class_versus_desktop_class_hard_drives_.pdf
  7. "Disks from the Perspective of a File System," by Marshall Kirk McKusick, ACM Queue: http://queue.acm.org/detail.cfm?id=2367378

The Author

Federico Lucifredi is the maintainer of man(1) and the Ubuntu Advantage and Landscape Product Manager at Canonical. He enjoys arcane hardware issues and shell scripting mysteries; he takes his McFlurry shaken, not stirred.

Buy ADMIN Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

comments powered by Disqus
Subscribe to our ADMIN Newsletters
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs



Support Our Work

ADMIN content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.

Learn More”>
	</a>

<hr>		    
			</div>
		    		</div>

		<div class=