Job Example 15: Export Data and Process It with an Access Module - Parallel Transporter

Teradata® Parallel Transporter User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Parallel Transporter
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-08-25
dita:mapPath
uzp1645128359760.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
Product Category
Teradata Tools and Utilities

Job Objective

Export rows from a database table and send them to an Access Module for processing before loading the data into an external target.

Data Flow Diagram

The following figure shows a diagram of the job elements for Job Example 15.

Job Example PTS00020 – Export Data and Process It with an Access Module

Sample Script

For the sample script that corresponds to this job, see the following script in the sample/userguide directory:

PTS00020: Exporting Data and Processing It with an Access Module

Rationale

The job uses:
  • Export operator because it is the fastest at extracting large amounts of data from a database.
    The SQL operator extracts data more slowly than the Export operator. Use the SQL Selector operator only if the database is short on load slots, because the SQL Selector operator does not use database load slots.
  • DataConnector operator because it is the only consumer operator that can interface with all Teradata PT-supported access modules.