Special Parallel Parameters - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface Programmer Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-15
dita:mapPath
pev1488824663354.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

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.