<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Fast%2FReload_and_INVISIBLE_fields</id>
	<title>Fast/Reload and INVISIBLE fields - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Fast%2FReload_and_INVISIBLE_fields"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_and_INVISIBLE_fields&amp;action=history"/>
	<updated>2026-05-10T21:10:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_and_INVISIBLE_fields&amp;diff=82841&amp;oldid=prev</id>
		<title>Admin: 1 revision: from Stage</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_and_INVISIBLE_fields&amp;diff=82841&amp;oldid=prev"/>
		<updated>2016-02-19T01:41:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision: from Stage&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:41, 19 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_and_INVISIBLE_fields&amp;diff=82840&amp;oldid=prev</id>
		<title>JAL: add category</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_and_INVISIBLE_fields&amp;diff=82840&amp;oldid=prev"/>
		<updated>2016-02-19T01:27:04Z</updated>

		<summary type="html">&lt;p&gt;add category&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One of the features of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Fast/Reorg]]&amp;lt;/var&amp;gt; is to allow &amp;lt;var&amp;gt;[[Field attributes#Field attribute descriptions|ORDERED INVISIBLE]]&amp;lt;/var&amp;gt; field values to be&lt;br /&gt;
preserved over a file reorganization in a generic manner.&lt;br /&gt;
That is, once you define and load all of your &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; fields&lt;br /&gt;
as &amp;lt;code&amp;gt;ORDERED INVISIBLE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ORDERED NUMERIC INVISIBLE&amp;lt;/code&amp;gt;,&lt;br /&gt;
you will never again have to worry&lt;br /&gt;
about losing &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; fields over a reorganization.&lt;br /&gt;
&lt;br /&gt;
In addition to preserving &amp;lt;var&amp;gt;ORDERED INVISIBLE&amp;lt;/var&amp;gt; fields over a file reorganization,&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reorg&amp;lt;/var&amp;gt; does some cleanup of the &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; Ordered Index data.&lt;br /&gt;
Specifically, index entries associated with&lt;br /&gt;
non-existent records are deleted over the reorganization process.&lt;br /&gt;
This is accomplished in two steps:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Unload&amp;lt;/var&amp;gt; does not unload any index data associated with records&lt;br /&gt;
outside the range of record numbers unloaded.&lt;br /&gt;
Thus, if an unload is done in two passes, the index data unloaded&lt;br /&gt;
in the first pass will contain record numbers in the range of records&lt;br /&gt;
unloaded in the first pass.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; discards index data associated with deleted records.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
For example, if you unload record numbers 0 through 1,422,633 in an unload,&lt;br /&gt;
the invisible index value associated&lt;br /&gt;
with record number 2,422,666 would not be unloaded.&lt;br /&gt;
Note that if record 944,433 had been deleted but had&lt;br /&gt;
Ordered Index invisible data in Table D, this data would be unloaded by &amp;lt;var&amp;gt;UAI&amp;lt;/var&amp;gt;.&lt;br /&gt;
When &amp;lt;var&amp;gt;LAI&amp;lt;/var&amp;gt; attempts to convert&lt;br /&gt;
record number 944,433 to a new record number, it would notice that the record&lt;br /&gt;
had not been reloaded (because it had never been unloaded) and hence would discard the&lt;br /&gt;
Ordered Index data for that record.&lt;br /&gt;
This cleanup of &amp;lt;var&amp;gt;ORDERED INVISIBLE&amp;lt;/var&amp;gt; Index data ensures that Table D space is not&lt;br /&gt;
wasted by &amp;lt;var&amp;gt;ORDERED INVISIBLE&amp;lt;/var&amp;gt; Index data for deleted records.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote class=&amp;quot;note&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are using &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; fields (ordered or non-ordered)&lt;br /&gt;
with [[File design#Reuse Record Number (X&amp;#039;04&amp;#039;)|Reuse Record Number]] (RRN) files, there is nothing that prevents a deleted record&lt;br /&gt;
from being replaced by another record, thus rendering the &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; index value for that record number erroneously &amp;quot;valid&amp;quot; again.&lt;br /&gt;
This is a generic problem with RRN files and &amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; fields,&lt;br /&gt;
and it is not exacerbated by the use of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reorg&amp;lt;/var&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
In fact, &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reorg&amp;lt;/var&amp;gt; gives you an option to eliminate&lt;br /&gt;
the use of RRN files in an application requiring the use of&lt;br /&gt;
&amp;lt;var&amp;gt;INVISIBLE&amp;lt;/var&amp;gt; fields, and instead to rely on the speed and ease of use of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reorg&amp;lt;/var&amp;gt; to recover record numbers&lt;br /&gt;
by means of frequent reorganizations. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:Fast/Reload topic list}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Fast/Reload]]&lt;/div&gt;</summary>
		<author><name>JAL</name></author>
	</entry>
</feed>