Kbase 16185: SORT-ACCESS when using XREF
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
SORT-ACCESS when using XREF
This knowledge base explains what a SORT-ACCESS in XREF means.
A SORT-ACCESS in the xref output indicates that a sort is
being done by the indicated field. This can happen if you
have a by clause that references non-indexed fields. For
example given the demo database:
for each customer by address.
will produce the following line of output:
1.p 1.p 1 SORT-ACCESS d.customer Address
indicating that the data was sorted by the customer address
field.
Progress Software Technical Support Note # 16185