<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; flush time Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/flush-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>The Four Horsemen of Storage System Performance: I/O As a Chain of Bottlenecks</title>
		<link>http://blog.fosketts.net/2010/10/27/4-horsemen-io/</link>
		<comments>http://blog.fosketts.net/2010/10/27/4-horsemen-io/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 15:02:02 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[4 horsemen]]></category>
		<category><![CDATA[bottlenecks]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[DRAM]]></category>
		<category><![CDATA[flush time]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Jasper Forest]]></category>
		<category><![CDATA[Lynnfield]]></category>
		<category><![CDATA[MaxiScale]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MPIO]]></category>
		<category><![CDATA[Nehalem]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Nimbus]]></category>
		<category><![CDATA[Overland]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[PCI Express]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pNFS]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=3904</guid>
		<description><![CDATA[It is tempting to think of storage as a game of hard disk drives, and consider only The Rule of Spindles. But RAM cache can compensate for the mechanical limitations of hard disk drives, and Moore's Law continues to allow for ever-greater RAM-based storage, including cache, DRAM, and flash. But storage does not exist in a vacuum. All that data must go somewhere, and this is the job of the I/O channel.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/08/Four-Horsemen-400.png" ><img title="Four Horsemen-400" src="http://blog.fosketts.net/wp-content/uploads/2010/08/Four-Horsemen-400.png" alt="" width="400" height="309" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The Four Horsemen of Storage System Performance: These four ugly gentlemen stand between you and your data.</p></div>
<p>Why do some data storage solutions perform better than others? What tradeoffs are made for economy and how do they affect the system as a whole? These questions can be puzzling, but there are core truths that are difficult to avoid. Mechanical disk drives can only move a certain amount of data. RAM caching can improve performance, but only until it runs out. I/O channels can be overwhelmed with data. And above all, a system must be smart to maximize the potential of these components. These are the four horsemen of storage system performance, and they cannot be denied.</p>
<h3>The Chain of Command</h3>
<p>It is tempting to think of storage as a game of hard disk drives, and consider only <a href="http://blog.fosketts.net/2010/08/25/4-horsemen-spindles/"  target="_blank">The Rule of Spindles</a>. But <a href="http://blog.fosketts.net/2010/10/07/4-horsemen-cache/"  target="_blank">RAM cache</a> can compensate for the mechanical limitations of hard disk drives, and Moore&#8217;s Law continues to allow for ever-greater RAM-based storage, including cache, DRAM, and flash. But storage does not exist in a vacuum. All that data must go somewhere, and this is the job of the I/O channel.</p>
<p>To be useful, storage capacity must connect to some sort of endpoint. This could be the CPU in a personal computer or an embedded processor in an industrial device. Indeed, there are endpoints and I/O channels throughout modern systems, with potential bottlenecks, caches, and smarts at each point. &#8220;Storage people&#8221; like me tend to think too small &#8211; imagining that the I/O channel ends at the disk drive, the &#8220;front end&#8221; of the array, or the storage network. But data must travel further, all the way to its final useful point in the core of the CPU.</p>
<p>Once we consider I/O as a long chain of interconnected endpoints, we begin to see the fact that I/O constraints at any point can strangle overall system performance. This is not merely an academic exercise: Optimizing the I/O channel is a consuming passion for most practitioners of enterprise IT, including architects, engineers, and system developers. And, like a good game of Whack-a-Mole, increasing the speed of one link causes another chokepoint to rear its head.</p>
<h3>Parallel and Serial I/O</h3>
<p>Imagine you had a warehouse full of boxes to move across the country as fast as possible. There are a few options available to you:</p>
<ol>
<li>A fast truck can zip back and forth with just a few boxes</li>
<li>A train is slower, but its many cars can haul a huge quantity</li>
</ol>
<p>But there are realistic limits to both capacity and speed: The train has to fit on the tracks, and the truck can&#8217;t move at the speed of light. Plus, one must consider the time taken to load and unload the chosen vehicle.</p>
<div id="attachment_3968" class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2010/10/Parallel-and-serial-IO.jpg" ><img class="size-full wp-image-3968" title="Parallel and serial IO" src="http://static.fosketts.net/wp-content/uploads/2010/10/Parallel-and-serial-IO.jpg" alt="" width="400" height="171" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">We continually shift between parallel and serial I/O paradigms</p></div>
<p>The same trade-offs are true of computer busses: Serial channels can be optimized to zip individual bits back and forth, or parallel busses can be designed to carry whole bytes (or more) at a time. The simplicity of serial communications is tempting, but designers continue to resort to parallelization for added throughput.</p>
<blockquote><p>Note: Most serial protocols actually feature two links, making them &#8220;full duplex&#8221;: One for transmit and another for receive.</p></blockquote>
<p>Serial storage interconnects are dominant currently, with <a rel="nofollow" href="http://en.wikipedia.org/wiki/SATA#SATA_and_SCSI"  target="_blank">fraternal twins</a> SAS and SATA <a href="http://serialstoragewire.net/Articles/2007_09/schultz.html"  target="_blank">coming to dominate</a> the disk interface landscape. SAS and SATA share the same 1.5, 3, and now 6 gigabit per second serial physical interconnect, offering more than enough throughput for conventional hard disk drives and edging out older serial (Fibre Channel, SSA) and parallel (ATA and SCSI) alternatives.</p>
<p>Networks (Ethernet, Fibre Channel, and InfiniBand) are predominately serial as well, as are lower-end interconnects like USB and FireWire. Serial communication also dominates in the system bus world, with serial PCI Express toppling parallel PCI.</p>
<p>But parallel variants are often offered for increased throughput: Multi-lane PCI Express and bonded multi-link InfiniBand make up a fair portion of the installed base, while load balancing <a href="http://blog.fosketts.net/2010/03/30/multi-pathing-dual-active-passive/"  target="_blank">MPIO drivers</a> are common in Fibre Channel storage. And let&#8217;s not forget that <a href="http://blog.fosketts.net/2010/04/17/1000basewhat/"  target="_blank">the &#8220;X4&#8243; variants of Ethernet</a> use multiple bonded links as well.</p>
<h3>The Definition of Bottle Neck</h3>
<p>Most English speakers have encountered the French term, &#8220;cul de sac&#8221;, meaning &#8220;bottom of the bag&#8221; or dead end. But hard disk drives have plenty of &#8220;bottom end&#8221;, or storage capacity. When it comes to disks, the issue is usually at the neck of the bag: Data just can&#8217;t be pulled out of a hard disk drive fast enough.</p>
<div id="attachment_3972" class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2010/10/Wine-barrels.jpg" ><img class="size-full wp-image-3972" title="Wine barrels" src="http://static.fosketts.net/wp-content/uploads/2010/10/Wine-barrels.jpg" alt="" width="400" height="241" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Emptying a barrel of wine through a spigot takes hours, but pry the end off and the floor is covered in a moment!</p></div>
<p>The density of modern hard disk drives (the capacity of our barrel) has been growing much more rapidly than the I/O channels serving them (the spigot). Where once a hard disk drive could be filled or emptied in an hour or two, modern drives take days or weeks!</p>
<blockquote><p>I once called this &#8220;<a href="http://blog.fosketts.net/2009/10/19/flush-time/"  target="_blank">flush time</a>&#8220;, but I think the wine metaphor is much more appetizing!</p></blockquote>
<p>This &#8220;bottle neck&#8221; has serious implications beyond basic storage performance. Data protection is impacted, since ever-larger storage systems can no longer be backed up by <a href="http://www.nethamilton.net/docs/dump.html"  target="_blank">dumping</a> their content; system reliability is reduced, since week-long RAID rebuilds increase the risk of multiple drive failures; and cost containment efforts are also impacted, since adding spindles drives up prices.</p>
<p>Nowhere is this bottleneck more evident than in portable devices. Modern drives (like the 1 TB Seagate USB drive I recently reviewed) have massive capacity and <a href="http://blog.fosketts.net/2008/07/30/firewire-faster-usb/"  target="_blank">pathetic performance</a>. The USB 2.0 interface just can&#8217;t keep up, and this creates a limit to the expansion of capacity. It would take half a day to fill that drive under perfect conditions at 25 MB/s, reducing its value as a massive data movement peripheral. The emerging USB 3.0 standard promises to alleviate this performance issue for now, as illustrated with <a href="http://blog.fosketts.net/2010/10/22/iomega-external-ssd-usb-30/"  target="_blank">Iomega&#8217;s new external SSD</a>.</p>
<p>Cache and solid state storage can help, but they have their own bottlenecks. Storage arrays typically use Fibre Channel or SAS SSDs, and <a href="http://dcsblog.burtongroup.com/data_center_strategies/2010/01/ssd-dump-the-hard-disk-form-factor.html"  target="_blank">their front-end interface remains the same</a>. The best-performing SSDs use the PCI Express bus directly rather than emulating hard disk drives over SCSI interfaces. And even PCI Express might not be enough to handle the massive I/O of NAND flash or DRAM. In each case, the bottleneck moves down the chain.</p>
<h3>A Chain of Bottlenecks</h3>
<p>Let&#8217;s follow a typical I/O operation from the disk to the CPU core and count the I/O channels:</p>
<ol>
<li>A read head senses the state of a bit of magnetic material on the surface of a disk</li>
<li>The head transmits this signal to a buffer on the disk controller board</li>
<li>The data is picked up by the disk controller CPU and transmitted over a SATA or SAS connection</li>
<li>The storage array or RAID controller receives the data and moves it over an internal bus to another buffer or cache</li>
<li>The data is picked up by another CPU in the array controller and sent out another interface using Fibre Channel or Ethernet</li>
<li>The data is buffered and retransmitted by one or more switches in the storage network</li>
<li>The host bus adapter (HBA) on the server side receives the data and buffers it again before sending it over a local PCI Express bus to system memory</li>
<li>The server memory controller pulls the data out of system memory and sends it via a local bus to the CPU core</li>
</ol>
<p>There are actually many more steps than this, but the picture should be clear by now. There are many, many I/O channels to consider when it comes to storage, and the drive interface is just one potential bottleneck.</p>
<div id="attachment_3969" class="wp-caption aligncenter" style="width: 410px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2010/10/Chain-of-bottlenecks.jpg" ><img class="size-full wp-image-3969" title="Chain of bottlenecks" src="http://static.fosketts.net/wp-content/uploads/2010/10/Chain-of-bottlenecks.jpg" alt="" width="400" height="157" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">We constantly move bottlenecks around - as one link is improved, another choke-point appears</p></div>
<h3>Optimizing Storage I/O</h3>
<p>Tactical steps to improve storage performance typically focus at one link in the chain: Drive vendors move from 1.5 Gb to 3 Gb SATA, or SAN buyers upgrade from 4 Gb to 8 Gb Fibre Channel. But the basic architecture of enterprise storage has remained constant for over a decade, and the reliance on block SCSI commands endures. This is all about to change.</p>
<p>One critical bit of I/O optimization exists at the point of connection between the various chipsets inside the server. AMD pulled the memory controller off of the &#8220;northbridge&#8221; with their Athlon line. Intel did the same with their Nehalem and is eliminating the northbridge entirely with the <a rel="nofollow" href="http://davesimpsonsstorageblog.blogspot.com/2010/08/whats-so-cool-about-intels-jasper.html"  target="_blank">Lynnfield/Jasper Forest</a> CPU lines. This gives serious bandwidth to the crucial PCI Express-to-CPU-core link, moving the bottleneck downstream.</p>
<p>We are in the midst of a massive upgrade of the storage network as well. Between 8 Gb Fibre Channel and iSCSI and Fibre Channel over 10 Gb Ethernet, not to mention persistent interest in InfiniBand, storage network throughput is rapidly expanding. As with the internal PC connections, the expansion of network bandwidth has pushed the bottleneck to the storage array interface for the time being.</p>
<p>Microsoft and Intel <a href="http://blog.fosketts.net/2010/03/19/microsoft-intel-starwind-iscsi/"  target="_blank">recently</a> pushed over a gigabyte per second over 10 GbE using iSCSI, but they needed multiple storage targets to feed that connection. It isn&#8217;t that modern storage systems couldn&#8217;t push that kind of I/O (indeed, arrays are tens to hundreds of times faster internally thanks to their spindles and cache), but that the conventional storage protocols are tightly linked to a single &#8220;front-end&#8221; interface. The current state of the art for storage array design is moving to distributed models, exemplified by pNFS and scale-out NAS concepts like MaxiScale (now <a href="http://blog.fosketts.net/2010/10/14/overland-acquires-maxiscale/"  target="_blank">acquired by Overland</a>).</p>
<p>Once the array interfaces can pump out massive I/O, attention will turn once again to the disk interfaces themselves. Although 6 Gb/s SAS and SATA is now a reality, this interface is inappropriate for future high-performance SSDs. Arrays designed around flash or DRAM are likely to switch to PCI Express as their internal connection of choice for performance and to optimize data placement on these new devices. Companies like Nimbus and NetApp are already moving in this direction.</p>
<h3>Time To Get Smart</h3>
<p>Hard disk drive spindles make up the bulk of storage capacity, but small amounts of cache make them far more effective. But both of these horsemen must operate within the constraints of the I/O channels they pass through. This brings us to the final horseman of performance: Smarts. Clever designers have created clever controlling mechanisms to overcome the limits of spindles, cache, and I/O channels.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/10/07/4-horsemen-cache/"  rel="bookmark" class="crp_title">The Four Horsemen of Storage System Performance: Never Enough Cache</a></li><li><a href="http://blog.fosketts.net/2010/08/25/4-horsemen-spindles/"  rel="bookmark" class="crp_title">The Four Horsemen of Storage System Performance: The Rule of Spindles</a></li><li><a href="http://blog.fosketts.net/2010/03/30/multi-pathing-dual-active-passive/"  rel="bookmark" class="crp_title">Multipath: Active/Passive, Dual Active, and Active/Active</a></li><li><a href="http://blog.fosketts.net/2010/05/17/hybrid-ssd-hard-disk-drives/"  rel="bookmark" class="crp_title">Hybrid SSD/Hard Disk Drives: This Time For Sure!</a></li><li><a href="http://blog.fosketts.net/2009/10/19/flush-time/"  rel="bookmark" class="crp_title">Flush Time</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2010/10/27/4-horsemen-io/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2010. |
<a href="http://blog.fosketts.net/2010/10/27/4-horsemen-io/">The Four Horsemen of Storage System Performance: I/O As a Chain of Bottlenecks</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2010/10/27/4-horsemen-io/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[4 Horsemen]]></series:name>
	</item>
		<item>
		<title>Flush Time</title>
		<link>http://blog.fosketts.net/2009/10/19/flush-time/</link>
		<comments>http://blog.fosketts.net/2009/10/19/flush-time/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:20:02 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Avere]]></category>
		<category><![CDATA[capacity]]></category>
		<category><![CDATA[density]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[flush time]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Quantum]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[Ronald Bianchini]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Seagate]]></category>
		<category><![CDATA[Western Digital]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2367</guid>
		<description><![CDATA[Single-parity RAID is under attack. Caching is the hottest trend in storage. The end of the high-performance disk drive is imminent. What happened? Increasing areal bit density has caused disk capacity to grow much faster than disk performance. A presentation at Storage Networking World by Ronald Bianchini of Avere exposed the mathematics of this phenomenon. Of [...]]]></description>
			<content:encoded><![CDATA[<p>Single-parity RAID is under attack. Caching is the hottest trend in storage. The end of the high-performance disk drive is imminent. What happened? Increasing areal bit density has caused <strong>disk capacity to grow much faster than disk performance</strong>. A presentation at Storage Networking World by Ronald Bianchini of Avere exposed the mathematics of this phenomenon.<span id="more-2367"></span> Of course, hard disk platters are not getting larger &#8211; quite the opposite. But the bits are getting smaller, so the effect is the same:</p>
<ul>
<li><strong>Capacity increases exponentially</strong> based on the formula for the area of a disc: π times radius squared</li>
<li><strong>Sequential performance increases algebraically</strong> based on the formula for the circumference of a disc: π times diameter</li>
</ul>
<p>Therefore, sequential performance grows smoothly with disk density, but capacity increases much faster. Double the density of disk media and you can read twice as many bits in the same amount of time, but the disk now contains four times as much data. Iterate this a dozen times, a miracle performed regularly by hard disk drive manufacturers, and you have <strong>a serious bottleneck to both performance and reliability</strong>.</p>
<div id="attachment_2370" class="wp-caption aligncenter" style="width: 372px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/10/Capacity-and-Performance-1.gif" ><img class="size-full wp-image-2370 " title="Capacity and Performance 1" src="http://blog.fosketts.net/wp-content/uploads/2009/10/Capacity-and-Performance-1.gif" alt="Disk capacity has outpaced performance over the last decade" width="362" height="218" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Disk capacity has outpaced performance over the last decade</p></div>
<p><a href="http://searchstorage.techtarget.com/magazineFeature/0,296894,sid5_gci1257814_mem1,00.html"  target="_blank">Back in 2004</a>, I gave this metric a name: <strong>Flush time</strong>. It is a simple calculation to answer the question, how long would it take to read the entire content of a hard disk drive? Let&#8217;s look at some real-world examples:</p>
<ul>
<li>In 2000, a 45 GB <a href="http://www.tomshardware.com/reviews/western-digital-45-gbyte-hard-drive,215.html"  target="_blank">Western Digital 450AA</a> disk could stream data at 25.4 MB/s, requiring 30 minutes to flush every byte out its UDMA/66 interface. This was a massive and slow drive at the time &#8211; enterprise disks were much faster. A 2000 Quantum Atlas 10K II SCSI drive (36 GB and 31 MB/s) could flush in 19 minutes!</li>
<li>A 2004-era <a href="http://www.tomshardware.com/reviews/smart-hard-drives,746.html"  target="_blank">Seagate Barracuda 7200.7</a> boasted 160 GB ad averaged 44.5 MB/s, requiring about an hour for a full flush.</li>
<li>By 2007, high-performance drives like the <a href="http://www.tomshardware.com/reviews/ultrastar-cheetah-sas,2004-2.html"  target="_blank">Hitachi 15K450</a> had hit 450 GB and about 100 MB/s in sustained throughput, but flush times were well over an hour.</li>
<li>Today&#8217;s enterprise drives can push 200 MB/s and average 160 MB/s across the entire 600 GB of capacity. But this is still about an hour for a flush. But large-capacity SATA drives are much more popular for bulk storage. The Samsung Spinpoint F2 EcoGreen drive I use in my Drobo only delivers about 110 MB/s, requiring almost <strong>four hours to flush</strong> at 1.5 TB of capacity! Think this is unusual? Check out Hitachi&#8217;s popular E7K1000, which needs 2.5 hours at 1 TB and 118 MB/s.</li>
</ul>
<div id="attachment_2371" class="wp-caption aligncenter" style="width: 372px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/10/Capacity-and-Performance-2.gif" ><img class="size-full wp-image-2371 " title="Capacity and Performance 2" src="http://blog.fosketts.net/wp-content/uploads/2009/10/Capacity-and-Performance-2.gif" alt="What will happen to flush time over the next decade if density continues to increase?" width="362" height="218" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">What will happen to flush time over the next half decade if density continues to increase? How about 16 TB drives, 400 MB/s, and RAID rebuilds that last more than half a day?</p></div>
<p>Since (traditional) RAID rebuilds are directly impacted by flush time, today&#8217;s massive disk drives are killing RAID. And flush time is only the minimum required time &#8211; most RAID rebuilds take much longer! Then there is the issue of media reliability!</p>
<p>Note: Yes, I know there are alternative RAID schemes that get around this problem. Far from ignoring that point, I&#8217;ll be promoting these in future posts! Stay tuned for more on these topics&#8230;</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/09/08/seagate-goflex-desk-4tb-hitachi-deskstar/"  rel="bookmark" class="crp_title">Seagate Jumps Hitachi&#8217;s Density Record With 4 TB Hard Disk Announcement</a></li><li><a href="http://blog.fosketts.net/2009/08/25/efficient-disk-drives/"  rel="bookmark" class="crp_title">What Is The Secret To Efficient Hard Disk Drives?</a></li><li><a href="http://blog.fosketts.net/2009/08/14/2-tb-enterprise-drives/"  rel="bookmark" class="crp_title">2 TB Enterprise Drives Are Here?</a></li><li><a href="http://blog.fosketts.net/2009/01/06/2-platter-disk-drives/"  rel="bookmark" class="crp_title">I&#8217;ll Have Two Platters of Sheer Storage Madness, Please!</a></li><li><a href="http://blog.fosketts.net/2009/08/27/pillar-put-faith-2-tb-enterprise-drives/"  rel="bookmark" class="crp_title">Pillar First To Put Faith In 2 TB Enterprise Drives</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/10/19/flush-time/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/10/19/flush-time/">Flush Time</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/10/19/flush-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

