ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzajq_5.4.0.1/statsapis.htm

74 lines
4.9 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="reference" />
<meta name="DC.Title" content="Statistics Manager APIs" />
<meta name="abstract" content="The following APIs are used to implement the statistics function of iSeries Navigator." />
<meta name="description" content="The following APIs are used to implement the statistics function of iSeries Navigator." />
<meta name="DC.subject" content="APIs, statistics manager" />
<meta name="keywords" content="APIs, statistics manager" />
<meta name="DC.Relation" scheme="URI" content="statsmanager.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajqstatsrequest.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="statsapis" />
<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>Statistics Manager APIs</title>
</head>
<body id="statsapis"><a name="statsapis"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Statistics Manager APIs</h1>
<div><p>The following APIs are used to implement the statistics function
of <span class="keyword">iSeries™ Navigator</span>. </p>
<div class="section"><div class="p"><ul><li><a href="../apis/qdbstcancelrequestedstatistics.htm"><span class="apiname">Cancel Requested Statistics Collections(QDBSTCRS, QdbstCancelRequestedStatistics)</span></a> immediately
cancels statistics collections that have been requested, but are not yet completed
or not successfully completed.</li>
<li><a href="../apis/qdbstdeletestatistics.htm"><span class="apiname">Delete
Statistics Collections (QDBSTDS, QdbstDeleteStatistics)</span></a>
immediately deletes existing completed statistics collections.</li>
<li><a href="../apis/qdbstlistrequestedstatistics.htm"><span class="apiname">List
Requested Statistics Collections (QDBSTLRS, QdbstListRequestedStatistics)</span></a> lists
all of the columns and combination of columns and file members that have background
statistic collections requested, but not yet completed.</li>
<li><a href="../apis/qdbstlistdetailstatistics.htm"><span class="apiname">List
Statistics Collection Details(QDBSTLDS, QdbstListDetailStatistics)</span></a> lists
additional statistics data for a single statistics collection.</li>
<li><a href="../apis/qdbstliststatistics.htm"><span class="apiname">List
Statistics Collections(QDBSTLS, QdbstListStatistics)</span></a> lists
all of the columns and combination of columns for a given file member that
have statistics available.</li>
<li><a href="../apis/qdbstrequeststatistics.htm"><span class="apiname">Request
Statistics Collections(QDBSTRS, QdbstRequestStatistics)</span></a> allows
you to request one or more statistics collections for a given set of columns
of a specific file member.</li>
<li><a href="../apis/qdbstupdatestatistics.htm"><span class="apiname">Update
Statistics Collection(QDBSTUS, QdbstUpdateStatistics)</span></a> allows
you to update the attributes and to refresh the data of an existing single
statistics collection</li>
</ul>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="statsmanager.htm" title="As stated earlier, the collection of statistics is handled by a separate component called the Statistics Manager. Statistical information can be used by the query optimizer to determine the best access plan for a query. Since the query optimizer bases its choice of access plan on the statistical information found in the table, it is important that this information be current.">Collecting statistics with the Statistics Manager</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rzajqstatsrequest.htm" title="You can view the current statistics requests by using iSeries Navigator or by using Statistics APIs.">Viewing statistics requests</a></div>
</div>
</div>
</body>
</html>