Specifies the load operator that is used by the Teradata Parallel Transporter.
Category: | Bulk Loading |
Requirements: | Must follow BULKLOAD=YES |
Must be specified with the BULKOPTS= Table Option | |
Data source: | Teradata |
Specifies the load operator that the Teradata Parallel Transporter (TPT) uses to load data. Valid values are LOAD, STREAM, or UPDATE.
LOAD | specifies the Load operator, which inserts into an empty table. This is the fastest of the load operators. |
STREAM | specifies the Stream operator. It can be used to insert rows into empty Teradata tables or append to existing tables. The Stream operator is used by default when the TD_TPT_OPER= table option is not specified. |
UPDATE | specifies the Update operator, which inserts into existing tables. The Update operator is faster than the Stream operator. |