75 lines
4.2 KiB
HTML
75 lines
4.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="topic" />
|
|
<meta name="DC.Title" content="How device parity protection affects performance" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalydpp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalyrdopsfail.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalywrtopsfail.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalyopsrbldproc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalyauxiliary.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2002, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="hdrdppprf" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>How device parity protection affects performance </title>
|
|
</head>
|
|
<body id="hdrdppprf"><a name="hdrdppprf"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">How device parity protection affects performance </h1>
|
|
<div><div class="section"><h4 class="sectiontitle">RAID 5</h4><p>Device parity protection requires extra I/O
|
|
operations to save the parity data. To avoid performance problems, all IOAs
|
|
contain a nonvolatile write cache that ensures data integrity and provides
|
|
faster write capability. The system is notified that a write operation is
|
|
complete as soon as a copy of the data is stored in the write cache. Data
|
|
is collected in the cache before it gets written to a disk unit. This collection
|
|
technique reduces the number of physical write operations to the disk unit.
|
|
Because of the cache, performance is generally about the same on protected
|
|
and unprotected disk units.</p>
|
|
<p>Applications that have many write requests
|
|
in a short period of time, such as batch programs, can adversely affect performance.
|
|
Disk unit failures can adversely affect the performance for both read and
|
|
write operations.</p>
|
|
<p>The additional processing that is associated with
|
|
a disk unit failure in a device parity set can be significant. The decrease
|
|
in performance is in effect until both the failed unit is repaired (or replaced)
|
|
and the rebuild process is complete. If device parity protection decreases
|
|
performance too much, consider using mirrored protection. </p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">RAID 6</h4><p>Because there is
|
|
a capacity of two disk units dedicated to storing parity data in a parity
|
|
set for RAID 6, more I/O operations occur with RAID 6 than RAID 5. This may
|
|
cause the performance to decrease.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzalyrdopsfail.htm">Read operations on a failed disk unit</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzalywrtopsfail.htm">Write operations on a failed disk unit</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzalyopsrbldproc.htm">Input/output operations during a rebuild process</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzalyauxiliary.htm">Write cache and auxiliary write cache IOA</a></strong><br />
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalydpp.htm">Device parity protection</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |