Transient Journaling - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

The transient journal is a system-maintained dictionary table that provides a way to protect transactions from various system failures and from deadlock (see Teradata Vantage™ - SQL Request and Transaction Processing, B035-1142 for a description of deadlock). Each transaction processed by Teradata Database records a before change image of rows that are touched by the transaction. Then if a transaction fails for some reason, the before change image of any modified rows can be retrieved from the transient journal and written over the modifications, returning the row to the same state it was in before the transaction occurred. Teradata Database removes all before change images from the transient journal after a transaction commits.