FASTGLOB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 21: Line 21:
<tr><th align="right"><var>1 </var></th><td>FASTGLOB feature is enabled. A variable containing an NBL offset, which is stored in VTBL, points to the NTBL entry for the list or found set.</td></tr>
<tr><th align="right"><var>1 </var></th><td>FASTGLOB feature is enabled. A variable containing an NBL offset, which is stored in VTBL, points to the NTBL entry for the list or found set.</td></tr>
</table>
</table>
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 14:38, 19 April 2013

Summary

Default value
0
Parameter type
System
Where set
Resettable
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

When you set the FASTGLOB parameter to 1, User Language requests can process global lists and found sets more efficiently. A variable containing an NTBL offset that points to the NTBL entry for the list or found set is stored in VTBL. When a global list or found set is referenced via a PLACE RECORDS or FIND statement, NTBL is searched directly using the offset stored in the VTBL entry. (However, it is possible that a sequential scan will still be required if NBTL has been shuffled.)

Enabling this feature causes VTBL entries to expand by eight bytes for each global list or found set.

Valid settings of FASTGLOB are:

Setting Meaning
0 FASTGLOB feature is disabled. References to global lists and found sets require sequential scans of NTBL.
1 FASTGLOB feature is enabled. A variable containing an NBL offset, which is stored in VTBL, points to the NTBL entry for the list or found set.