IBM Books

SORT

For the SORT operator, the following input arguments are shown:

Order columns
An ordered list of columns that are to be sorted (that is, the sort keys).

Uniqueness
A flag that is true if duplicates are to be eliminated.

Estimated rows
The estimated number of rows that will be produced when the sort is finished.

Estimated row width
The width, in bytes, of a single row in the sort buffer.

Aggregation mode
The group by operation may be divided into multiple steps. The aggregation mode describes the level of aggregation performed at each step:

Intra-partition sort type
The type of shared sort that is being used:

(This item is displayed only for intra-partition parallelism or full parallelism (intra-partition and inter-partition)).

Intra-partition columns
The columns that intra-partition parallelism has used to partition data between subagents when the value of Intra-partition sort type is set to Partitioned. (This item is displayed only for intra-partition parallelism or full parallelism (intra-partition and inter-partition)).

[ Top of Page | Table of Contents | Glossary | Index ]

[ DB2 List of Books | Search the DB2 Books ]