Data Engineering Integration
- Data Engineering Integration H2L
- All Products
Parameter
| Applies To
| Description
|
---|---|---|
batch.insert
| Writer
| This Teradata target plugin associates an SQL JDBC session with each mapper in the TDCH job when loading a target table in Teradata.
|
internal.fastexport
| Reader
| This Teradata source plugin associates a FastExport JDBC session with each mapper in the TDCH job to retrieve data from the source table in Teradata.
|
internal.fastload
| Writer
| This Teradata target plugin associates a FastLoad JDBC session with each mapper in the TDCH job when loading a target table in Teradata.
|
split.by.amp
| Reader
| The connector creates one mapper per available Teradata AMP, and each mapper subsequently retrieves data from each AMP. As a result, no staging table is required.
|
split.by.hash
| Reader
| This input method is similar to the split.by.partition method. Instead of directly operating on value ranges of one column, this method operates on the hash of the column. Use this method to extract data in situations where split.by.value and split.by.partition are not appropriate.
|
split.by.partition
| Reader
| This method is preferred to extract a large amount of data from the Teradata system. Behavior of this method depends on whether the source table is partitioned or not.
|
split.by.value
| Reader
| This method creates input splits as ranges on the split by column, which is typically the table’s primary key. Each split is subsequently processed by a single mapper to transfer the data using SELECT queries.
|
If number of AMPs <= 20, then use 1 per AMP. If number of AMPs > 20, then use (20 + (Number of AMPs / 20))