LFTBL parameter: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Description== | ==Description== | ||
<p>The size of FTBL in bytes</p> | <p>The size of FTBL in bytes</p> | ||
<p>FTBL is used for file groups. LFTBL | <p>FTBL is used for file groups. | ||
<ul> | |||
<li>The minimum value of <var>LFTBL</var> is 4 * <i>nGroup</i>, where <i>nGroup</i> is the value of the <var>[[NGROUP_parameter|NGROUP]]</var>. | |||
<li>In addition to the reserved <i>nGroup</i> bytes in FTBL, each open group requires 62 + 2 * <i>nFilesInGroup</i>, where <i>nFilesInGroup</i> is the number of files in the group. | |||
<li>In addition to those storage requirements in FTBL, each group field referenced in a SOUL request requires additional space in FTBL. | |||
</ul> | |||
</p> | |||
<p>Refer to [[UTABLE command|"UTABLE: Setting the server size"]] for a discussion of changing the size of LFTBL. </p> | <p>Refer to [[UTABLE command|"UTABLE: Setting the server size"]] for a discussion of changing the size of LFTBL. </p> | ||
[[Category:Utable parameters]] | [[Category:Utable parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 08:42, 12 September 2015
Length of FTBL
Summary
- Default value
- 1000
- Parameter type
- Utable
- Where set
- On user's parameter line or reset by UTABLE command
- Related products
- All
- Introduced
- Model 204 V2.2 or earlier
Description
The size of FTBL in bytes
FTBL is used for file groups.
- The minimum value of LFTBL is 4 * nGroup, where nGroup is the value of the NGROUP.
- In addition to the reserved nGroup bytes in FTBL, each open group requires 62 + 2 * nFilesInGroup, where nFilesInGroup is the number of files in the group.
- In addition to those storage requirements in FTBL, each group field referenced in a SOUL request requires additional space in FTBL.
Refer to "UTABLE: Setting the server size" for a discussion of changing the size of LFTBL.