Parallel Checkpoint and Restart - Parallel Transporter

Teradata® Parallel Transporter Application Programming Interface Programmer Guide - 17.20

Product
Parallel Transporter
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2022-10-11
dita:mapPath
fag1645201363032.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2516
Product Category
Teradata Tools and Utilities

All instances must call the Checkpoint function in unison. While only the main instance will issue the actual checkpoint to the database, all the worker instances must call the Checkpoint function at the same time to ensure that all rows loaded using the PutRow function or the PutBuffer function are sent to the database prior to the Checkpoint.

Checkpoint data for each instance must be copied and stored separately. Each instance must use its own checkpoint data when restarting. For more information, see Add Checkpoint and Restart.