Sessions Used for Reassigning Maps | Teradata Vantage - Sessions Used for Reassigning Maps - 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â„¢
The stored procedures that change the table-to-map assignments run in SQL command-line tools, such as Teradata Studio or BTEQ. You will need to open these BTEQ or Teradata Studio sessions before changing the maps that tables use:
  • One session for the managing process
  • One session for each of the worker processes
For example, if you want 4 worker sessions, open 1 BTEQ window for the manager and another to create all the worker sessions. You could achieve that like this:
.SET SESSIONS 3
.LOGON machine/user,passwd
.REPEAT 3
Teradata recommends using 3 worker sessions for the Mover procedure.