Processing Statements - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

In the executable section of the script, APPLY statements specify all operations to be performed by the job and the objects that will perform them. For detailed information on APPLY, see Teradata Parallel Transporter Reference (B035-2436).

Processing statement specifications include the following:

  • APPLY...TO to specify:
    • the operators that will be used to load or update the data
    • the number of instances to be used for the operators
    • operator attribute values (optional)
  • SELECT...FROM to specify:
    • the operators that will be used to acquire, and if necessary, filter the data
    • the number of instances to be used for the operator
    • the selected columns to be sent to the consumer operator
    • operator attribute values (optional)
  • WHERE clauses, CASE DML or CASE value expressions, and SELECT derived column values to filter data between source and destination. See Data Filtering and Conditioning Options.

Set the degree of processing parallelism to be used for each operator. See Optimizing Job Performance with Sessions and Instances.