BEGIN ISOLATED LOADING Syntax | Teradata Vantage - BEGIN ISOLATED LOADING Syntax - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™
BEGIN [CONCURRENT] ISOLATED LOADING ON table_specification [,...]
  USING QUERY BAND 'LDILoadGroup = value'
  [ [IN] { SINGLE | MULTIPLE } SESSION ] [;]

Syntax Elements

table_specification
[ database_name. ] table_name
CONCURRENT
Keyword you can include for readability.
database_name
The name of the database containing the table, if different from the current default database.
user_name
The name of the user containing the table, if different from the current default user.
table_name
The name of the load isolated table on which to perform the isolated load operation.
LDILoadGroup= value
For value, you specify a load group to use for the isolated load operation.
IN
Optional keyword to precede the single or multiple session specification.
SINGLE SESSION
Load the specified tables in a single load session using the current session.
MULTIPLE SESSION
Enable multiple sessions to load the specified tables.
To begin a multi-session load operation, the master session performs the BEGIN ISOLATED LOADING statement with the MULTIPLE SESSION option.