SEQOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:SEQOPT parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 6: Line 7:
<dd>System
<dd>System
<dt>Where set
<dt>Where set
<dd>On User 0's parameter line
<dd>On User 0's parameter line, or reset by System Manager
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The option for the prefetch (look-ahead read) feature</p>
<p>
<p>SEQOPT must be either zero or 1. If the default value of zero is used, the prefetch feature is disabled. If a value of 1 is specified, the prefetch feature is enabled.  </p>
Enables or disables the [[Record_loops#The prefetch (look-ahead_read) feature|prefetch (look-ahead read) feature]].</p>
<p>The prefetch feature can produce performance improvements for applications containing FOR EACH RECORD statements. The prefetch feature is described in more detail in the <var>Model&nbsp;204 User Language Manual</var> and the <var>Model&nbsp;204 System Manager's Guide</var>.</p>
<p>
<p>The prefetch feature can also be controlled with the RESET command issued by a user having system manager privileges.</p>
<var>SEQOPT</var> must be either zero or 1. If the default value of zero is used, the prefetch feature is disabled. If a value of 1 is specified, the prefetch feature is enabled.  </p>
<p>Use of the prefetch feature requires that the MAXBUF parameter be set large enough to accommodate the look-ahead reads. Without this setting, performance might worsen. The specification for the MAXBUF parameter is calculated by the following formula:          </p>
<p>
<p class="code">MAXBUF = NUSERS * (4 + 2 * (Maximum FOR EACH RECORD loop nest level)
The prefetch feature can produce performance improvements for applications containing <var>[[Record_loops#FOR_EACH_RECORD_statement|FOR EACH RECORD]]</var> statements. The prefetch feature is also described in [[Performance monitoring and tuning#Prefetch feature|Prefetch feature]].</p>
<p>
The prefetch feature can also be controlled with the <var>[[RESET_command|RESET]]</var> command issued by a user having system manager privileges.</p>
<p>
Use of the prefetch feature requires that the <var>[[NUMBUFG parameter|NUMBUFG]]</var> or the <var>[[MAXBUF parameter|MAXBUF]]</var> parameter be set large enough to accommodate the look-ahead reads. Without this setting, performance might worsen.  
</p>
</p>
[[Category:System Parameters]]
 
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 09:55, 30 May 2017

Sequential processing options

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line, or reset by System Manager
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

Enables or disables the prefetch (look-ahead read) feature.

SEQOPT must be either zero or 1. If the default value of zero is used, the prefetch feature is disabled. If a value of 1 is specified, the prefetch feature is enabled.

The prefetch feature can produce performance improvements for applications containing FOR EACH RECORD statements. The prefetch feature is also described in Prefetch feature.

The prefetch feature can also be controlled with the RESET command issued by a user having system manager privileges.

Use of the prefetch feature requires that the NUMBUFG or the MAXBUF parameter be set large enough to accommodate the look-ahead reads. Without this setting, performance might worsen.