Special Parallel Parameters - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

Special Parallel Parameters

The following attributes are required for both the master and slave instances in addition to the normally required attributes:

  • TD_INSTANCE_NUM
  • TD_MAX_INSTANCES
  • The master’s value for TD_INSTANCE_NUM is one and the slaves’ values for TD_INSTANCE_NUM starts at two and increments with each new slave. An instance’s number is used to access its designated area within the TELINFO area. No two instances can have the same value for TD_INSTANCE_NUM. The value for TD_INSTANCE_NUM cannot be greater than the value for TD_MAX_INSTANCES.

    In a multiple instance environment, only the master uses the TD_MAX_SESSIONS and TD_MIN_SESSIONS attributes. The master instance will distribute the sessions amongst itself and the slave instances. The number of sessions needs to be greater than or equal to the number of instances. If no session preferences are specified, the default will be one session per instance.

    Beyond these attributes, all other attributes, schemas, and DML groups must be the same for both the master and the slave instances.