Specify copyStats at Job Level | Teradata Data Mover - Specifying Copy Statistics at Job Level - Teradata Data Mover

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
Product Category
Analytical Ecosystem
Specifying copyStats at the job level allows for copying statistics in bulk instead of individually at the object level. When enabled, all tables and indexes (hash or join) in the job inherit the statistics at the job level. If a different value is specified at the table or index (hash or join) level, the job-level value is overridden.
  1. In the job definition, set copyStats to true as in the following example:
    <dmCreate>
    ...
    <copyStats>true</copyStats>
    <database selection="unselected">
    	<name>database1</name>
    	<table selection="included">
    		<name>test</name>
    		<validate_row_count>all</validate_row_count>
    	</table>
    </database>
    ...
    </dmCreate>