Recovery Text: |
If the reason code is: - Generally, a file is directed when the join fields do not match the partitioning
keys of the distributed file. When a file is directed, the query is processed
in multiple steps and processed in parallel. A temporary distributed result
file is required to contain the intermediate results for each step.
- Generally, a file is broadcast when join fields do not match the partitioning
keys of either file being joined or the join operator is not an equal operator.
When a file is broadcast the query is processed in multiple steps and processed
in parallel. A temporary distributed result file is required to contain the
intermediate results for each step.
- Better performance may be achieved if grouping fields are specified that
match the partitioning keys.
- Because the query is processed in multiple steps, a temporary distributed
result file is required to contain the intermediate results for each step.
See preceding message CPI4342 to determine which files were joined together.
For more information about processing of distributed files, refer to
the Distributed
Database Programming, |