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

80 lines
5.0 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="Permanent objects and access methods" />
<meta name="abstract" content="The database objects and access methods used by the query engine can be broken down into three basic types of operations that are used to manipulate the permanent and temporary objects -- Create, Scan, and Probe." />
<meta name="description" content="The database objects and access methods used by the query engine can be broken down into three basic types of operations that are used to manipulate the permanent and temporary objects -- Create, Scan, and Probe." />
<meta name="DC.subject" content="access method, permanent objects" />
<meta name="keywords" content="access method, permanent objects" />
<meta name="DC.Relation" scheme="URI" content="rzajqdta.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajqcrttbl.htm" />
<meta name="DC.Relation" scheme="URI" content="perf21b.htm" />
<meta name="DC.Relation" scheme="URI" content="perf21c.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="rzajqpermobj" />
<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>Permanent objects and access methods</title>
</head>
<body id="rzajqpermobj"><a name="rzajqpermobj"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Permanent objects and access methods</h1>
<div><p>The database objects and access methods used by the query engine
can be broken down into three basic types of operations that are used to manipulate
the permanent and temporary objects -- Create, Scan, and Probe.</p>
<div class="section"><p>The following table lists each object and the access methods that
can be performed against that object. The symbols shown in the table are the
icons used by Visual Explain. </p>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. Permanent object's data access methods</caption><thead align="left"><tr><th valign="top" id="d0e33">Permanent objects </th>
<th valign="top" id="d0e35">Scan operations</th>
<th valign="top" id="d0e37">Probe operations</th>
</tr>
</thead>
<tbody><tr><td valign="top" headers="d0e33 ">Table</td>
<td valign="top" headers="d0e35 ">Table scan</td>
<td valign="top" headers="d0e37 ">Table probe</td>
</tr>
<tr><td valign="top" headers="d0e33 ">Radix index</td>
<td valign="top" headers="d0e35 ">Radix index scan</td>
<td valign="top" headers="d0e37 ">Radix index probe</td>
</tr>
<tr><td valign="top" headers="d0e33 ">Encoded vector index</td>
<td valign="top" headers="d0e35 ">Encoded vector index symbol table scan</td>
<td valign="top" headers="d0e37 ">Encoded vector index probe</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzajqcrttbl.htm">Table</a></strong><br />
An SQL table or physical file is the base object for a query. It represents the source of the data used to produce the result set for the query. It is created by the user and specified in the FROM clause (or OPNQRYF FILE parameter).</li>
<li class="ulchildlink"><strong><a href="perf21b.htm">Radix index</a></strong><br />
An SQL index (or keyed sequence access path) is a permanent object that is created over a table and used by the optimizer to provide a sequenced view of the data for a scan or probe operation.</li>
<li class="ulchildlink"><strong><a href="perf21c.htm">Encoded vector index</a></strong><br />
An encoded vector index is a permanent object that provides access to a table by assigning codes to distinct key values and then representing those values in a vector.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajqdta.htm" title="Data access methods are used to process queries and access data.">Data access on DB2 UDB for iSeries: data access paths and methods</a></div>
</div>
</div>
</body>
</html>