FALLBACK - 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™

Duplicate copy protection for the table.

When you specify FALLBACK, Vantage creates and stores duplicate copies of rows in the table.

The default for this option is established by a CREATE DATABASE, CREATE USER, or MODIFY USER statement for the database or user in which the table is to be created.

When an unrecoverable bit error occurs, the system reads the fallback copy of the data. Support for unrecoverable bit error recovery using fallback is limited to the following cases:

  • Requests that do not attempt to modify data in the bad data block
  • Primary subtable data blocks
  • Reading the fallback data in place of the primary data. The system does not attempt to fix the bad data block.
NO
No duplicate copy protection for the table.
You cannot use the NO FALLBACK option and the NO FALLBACK default on platforms optimized for fallback.
PROTECTION
Optional word that can be specified after the FALLBACK keyword.