LOG - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

Transient journaling is performed for global temporary and volatile tables. This option only pertains to global temporary and volatile tables.

Update, insert, or delete operations on the global temporary or volatile table are logged in the transient journal. This is the default.

You cannot change the LOG or NO LOG properties of a global temporary table if any materialized instances of the table exist.

NO
Transient journal logging of rows is not performed, reducing the system overhead of logging.
If an error or restart occurs and the table is defined as NO LOG, then any update, insert, or delete operations on the global temporary or volatile table cannot be recovered.
If the table is defined as NO LOG, a transient journal is generated for the transaction and the content of any materialized global temporary table or volatile table is emptied when a transaction aborts.