Copy Tables Using the MAPS Parameter | Teradata Data Mover - About Copying Tables using the MAPS Parameters - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.00
Published
November 30, 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
gmn1574692806523.ditamap
dita:ditavalPath
cjo1509024828169.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Using the map and colocate parameters are optional. The object-level parameters have a higher priority than database, job, and system-level parameters that use the MAPS feature.

The following example shows table objects being copied using the map and colocate parameters:
<database selection="unselected">
	<name>srcDatabase</name>
		<table selection="include">
			<name>srcTable</name>
			. . . . 
			<compare_ddl><compare_ddl>
			<map>TD_SparseMap</map>
			<colocate>ColocationName2</colocate>
			. . . . 
		</table>
</database>