FastAlterDefault - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantageā„¢

Allows automatic use of Fast Column Add (FCA) to add new columns to populated user tables without using USING FAST MODE ON in ALTER TABLE syntax. FastAlterDefault should be used carefully because once it is set to TRUE, every alter table that adds columns will switch to fast mode. Before setting FastAlterDefault to TRUE, FastAlterEnable must be set to TRUE.

Field Group

General

Valid Settings

Setting Description
TRUE Enables adding columns to populated user tables in fast mode.
FALSE Default. Use slow mode to add columns.

Default

FALSE

Changes Take Effect

After the DBS Control Record has been written.

Usage Notes

  • Use this DBS control flag to add new columns with non-null default values to tables with large number of rows, which would normally take a lot of time to complete.
  • Does not add value for smaller tables that typically take little time to add new columns.

Related Information

  • FastAlterEnable
  • Teradata Vantageā„¢ - SQL Data Definition Language Syntax and Examples