17.05 - CHECKSUM - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - 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
mdr1472255012272

A table-specific disk I/O integrity checksum for detection of hardware read errors. The checksum level setting applies to primary data rows, fallback data rows, and all secondary index rows for the table.

For a system-defined join index, the integrity checking setting you specify for a base table also applies to any system-defined join indexes defined on that table. You cannot specify integrity checking for a system-defined join index directly.

ON
Calculate checksums using the entire disk block. Sample 100% of the disk blocks to generate a checksum.
OFF
Disables checksum disk I/O integrity checks.
DEFAULT
The default setting is the current DBS Control checksum setting specified for this table type.
IMMEDIATE
The checksum setting is updated immediately for this table, including all data blocks and cylinder indexes. If you do not specify this option, the checksum setting is updated the next time the data blocks and cylinder indexes are updated and written to disk.