Rename Maps | Teradata Vantage - Renaming Maps after a System Expansion - Advanced SQL Engine - Teradata Database

Database Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
rgu1556127906220.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1093
lifecycle
previous
Product Category
Teradata Vantageâ„¢
If you are expanding a system, run the map analysis procedures at either of these times:
  • After the system expansion
  • Before the system expansion
Perform the following procedure only in the second case, when you ran the analysis procedures before the system expansion and are not going to run them again afterward.
  1. Rename the planned maps created with the CreateExpansionMaps procedure with the actual map names to be used in the Mover procedures. To do this, call PostExpansionAction. In the following example, you have expanded the system to 4 nodes and 40 AMPs. The PostExpansionMap contiguous map is called TD_Map1005:
    CALL TDMaps.PostExpansionAction(4, 'TD_Map1005');