15.10 - FALLBACK - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

Duplicate copy protection for the table.

When you specify FALLBACK, Teradata Database 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.
PROTECTION
Optional word that can be specified after the FALLBACK keyword.