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.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
fcu1619423186706.ditamap
dita:ditavalPath
mpm1591127278842.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>