76 lines
4.7 KiB
HTML
76 lines
4.7 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="concept" />
|
|
<meta name="DC.Title" content="MAINT parameter comparison" />
|
|
<meta name="abstract" content="This topic compares the influences of the immediate, rebuild, and delayed maintenances on opening and processing files." />
|
|
<meta name="description" content="This topic compares the influences of the immediate, rebuild, and delayed maintenances on opening and processing files." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafoapcurr.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbafonoid16" />
|
|
<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>MAINT parameter comparison</title>
|
|
</head>
|
|
<body id="rbafonoid16"><a name="rbafonoid16"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">MAINT parameter comparison</h1>
|
|
<div><p>This topic compares the influences of the immediate, rebuild, and
|
|
delayed maintenances on opening and processing files.</p>
|
|
|
|
<div class="tablenoborder"><a name="rbafonoid16__rbafomtcomp"><!-- --></a><table cellpadding="4" cellspacing="0" summary="" id="rbafonoid16__rbafomtcomp" width="100%" frame="border" border="1" rules="rows"><caption>Table 1. MAINT
|
|
values</caption><thead align="left"><tr><th align="left" valign="bottom" width="25%" class="firstcol" id="d0e22">Function</th>
|
|
<th align="left" valign="bottom" width="25%" id="d0e24">Immediate maintenance</th>
|
|
<th align="left" valign="bottom" width="25%" id="d0e26">Rebuild maintenance</th>
|
|
<th align="left" valign="bottom" width="25%" id="d0e28">Delayed maintenance</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><th align="left" valign="top" width="25%" class="firstcol" id="d0e32" headers="d0e22 ">Open</th>
|
|
<td align="left" valign="top" width="25%" headers="d0e32 d0e24 ">Fast open because the access path is current.</td>
|
|
<td align="left" valign="top" width="25%" headers="d0e32 d0e26 ">Slow open because access path must be rebuilt.</td>
|
|
<td align="left" valign="top" width="25%" headers="d0e32 d0e28 ">Moderately fast open because the access path
|
|
does not have to be rebuilt, but it must still be changed. Slow open if extensive
|
|
changes are needed.</td>
|
|
</tr>
|
|
<tr><th align="left" valign="top" width="25%" class="firstcol" id="d0e41" headers="d0e22 ">Process</th>
|
|
<td align="left" valign="top" width="25%" headers="d0e41 d0e24 ">Slower update/output operations when many
|
|
access paths with immediate maintenance are built over changing data (the
|
|
system must maintain the access paths).</td>
|
|
<td align="left" valign="top" width="25%" headers="d0e41 d0e26 ">Faster update/output operations when many
|
|
access paths with rebuild maintenance are built over changing data and are
|
|
not open (the system does not have to maintain the access paths).</td>
|
|
<td align="left" valign="top" width="25%" headers="d0e41 d0e28 ">Moderately fast update/output operations
|
|
when many access paths with delayed maintenance are built over
|
|
changing data and are not open, (the system records the changes, but the access
|
|
path itself is not maintained).</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="note"><span class="notetitle">Notes:</span> <ol><li>Delayed or rebuild maintenance cannot be specified for a file that has
|
|
unique keys.</li>
|
|
<li>Rebuild maintenance cannot be specified for a file if its access path
|
|
is being journaled.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafoapcurr.htm" title="You can specify how access paths are maintained for closed files with the MAINT parameter.">Specify the current access path maintenance (MAINT) parameter</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |