Checkpoints - Parallel Data Pump

Teradata® Parallel Data Pump Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Parallel Data Pump
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
kpf1641281806652.ditamap
dita:ditavalPath
ovd1619195504008.ditaval
dita:id
ouq1478611619316
Product Category
Teradata Tools and Utilities

Teradata TPump supports the use of checkpoints. Checkpoints are entries posted to a restart log table at regular intervals during the Teradata TPump data transfer operation. If processing stops while a Teradata TPump job is running, the job can be restarted at the most recent checkpoint.

For example, assume 1,000,000 records are being loaded into a table and have specified checkpoints every 50,000 records. Then Teradata TPump pauses and posts an entry to the restart log table whenever multiples of 50,000 records are successfully sent to the database.

If the job stops after record 60,000 has been loaded, the job can be restarted at the record immediately following the last checkpoint, record 50,001.

To enable the checkpoint function, specify a checkpoint value in the BEGIN LOAD command. For more information, see BEGIN LOAD.