The Teradata PT consumer operators in this section read data from the data stream and write it to the database.
The Teradata PT job script invokes a consumer operator using an APPLY statement. For further information on using APPLY to specify a consumer operator, see Coding the APPLY Statement and the section on APPLY in Teradata® Parallel Transporter Reference, B035-2436.
The following table briefly describes and compares the function of each Teradata PT operator that can be used as a consumer when loading data into the database:
Operator | Description |
---|---|
Load Operator | Inserts data at high speed into a single empty database table. Function is similar to the standalone FastLoad utility. Features:
Limitations:
For more information, see Teradata® Parallel Transporter Reference, B035-2436. |
SQL Inserter Operator | Uses one or more SQL sessions to insert data into the database, in either an empty or populated table. Features:
Limitations:
For more information, see Teradata® Parallel Transporter Reference, B035-2436. |
Stream Operator | Performs high-speed, low-steady volume SQL DML transactions, INSERT, UPDATE, DELETE, or UPSERT on database tables. Function is similar to the standalone Teradata TPump utility. Stream operator or Update operator can be used for many similar tasks. For comparison of function to help you choose the best operator for the job, see Comparing Update and Stream Operators. For more information, see Teradata® Parallel Transporter Reference, B035-2436. |
Update Operator | Performs high-speed, high-volume SQL DML transactions, INSERT, UPDATE, DELETE, or UPSERT on database tables. Function is similar to the standalone Teradata MultiLoad utility. Update operator or Stream operator can be used for many similar tasks. For comparison of function to help you choose the best operator for the job, see Comparing Update and Stream Operators. For more information, see Teradata® Parallel Transporter Reference, B035-2436. |
Teradata PT Operator | Maximum Target Tables |
---|---|
Load | 1 |
Update | 5 |
Stream | 127 |
SQL Inserter | 1 |