SET SESSION FOR ISOLATED LOADING Syntax | Teradata Vantage - SET SESSION FOR 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™
{ SET SESSION | SS } FOR [NO] [CONCURRENT] ISOLATED LOADING [;]

Syntax Elements

FOR ISOLATED LOADING
DML operations can be performed as a concurrent load isolated operation on a table that is defined with load isolation. This is the default.
NO
DML operations are not performed as concurrent load isolated operations unless explicitly overridden by a DML statement that includes the WITH ISOLATED LOADING option.
CONCURRENT
Optional keyword that can be included for readability.