ibm-information-center/dist/eclipse/plugins/i5OS.ic.dbp_5.4.0.1/rbafostrplpg.htm

63 lines
3.8 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="Storage pool paging option effect on database performance" />
<meta name="abstract" content="The paging option of shared pools can have a significant impact on the performance of reading and changing database files." />
<meta name="description" content="The paging option of shared pools can have a significant impact on the performance of reading and changing database files." />
<meta name="DC.Relation" scheme="URI" content="rbafopreopn.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzahx/rzahx1.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="rbafostrplpg" />
<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>Storage pool paging option effect on database performance</title>
</head>
<body id="rbafostrplpg"><a name="rbafostrplpg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Storage pool paging option effect on database performance</h1>
<div><p>The paging option of shared pools can have a significant impact
on the performance of reading and changing database files. </p>
<div class="p"><ul><li>A paging option of *FIXED causes the program to minimize the amount of
memory it uses by: <ul><li>Transferring data from auxiliary storage to main memory in smaller blocks</li>
<li>Writing file changes (updates to existing records or newly added records)
to auxiliary storage frequently</li>
</ul>
This option allows the system to perform much like it did
before the paging option was added.</li>
<li>A paging option of *CALC might improve how the program performs when it
reads and updates database files. In cases where there is sufficient memory
available within a shared pool, the program might: <ul><li>Transfer larger blocks of data to memory from auxiliary storage.</li>
<li>Write changed data to auxiliary storage less frequently.</li>
</ul>
The paging operations done on database files vary dynamically based on
file use and memory availability. Frequently referenced files are more likely
to remain resident than those less often accessed. The memory is used somewhat
like a cache for popular data. The overall number of I/O operations might
be reduced using the *CALC paging option.</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafopreopn.htm" title="These topics describe the file processing parameters and other methods or considerations that can affect database file processing.">Database file processing: Runtime considerations</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="../rzahx/rzahx1.htm">Performance</a></div>
</div>
</div>
</body>
</html>