XREUSE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 16: Line 16:
<p>If XREUSE is set fairly high and Table X fills up to the point where the reuse queue is empty and there is no room to increase XHIGHPG, considerable space might still be available on most pages. To prevent a file full condition, <var class="product">Model&nbsp;204</var> tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set XREUSE lower.</p>
<p>If XREUSE is set fairly high and Table X fills up to the point where the reuse queue is empty and there is no room to increase XHIGHPG, considerable space might still be available on most pages. To prevent a file full condition, <var class="product">Model&nbsp;204</var> tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set XREUSE lower.</p>
<p>The Table X reuse queue is built for only unordered or entry order files for which XSIZE is greater than zero.</p>
<p>The Table X reuse queue is built for only unordered or entry order files for which XSIZE is greater than zero.</p>
[[Category: CREATE Parameters]]
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Tables Parameters]]
[[Category:Tables Parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:24, 19 April 2013

Summary

Default value
20
Parameter type
Tables
Where set
During file creation or reset by file manager
Related products
All
Introduced
Model 204 V7.4

Description

The amount (percentage) of free space required on a Table X page before it can be added to the reuse queue. The minimum percent is zero, the maximum is 100.

If XREUSE is set fairly high and Table X fills up to the point where the reuse queue is empty and there is no room to increase XHIGHPG, considerable space might still be available on most pages. To prevent a file full condition, Model 204 tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set XREUSE lower.

The Table X reuse queue is built for only unordered or entry order files for which XSIZE is greater than zero.