AUTODBA | ALTER TABLE | VantageCloud Lake - ALTER TABLE and AUTODBA - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530
  • The AUTODBA option marks the table as eligible for automated tuning from system services.
  • The AUTODBA WITH CHECK OPTION marks the table as eligible for automated tuning but requires user approval of recommended actions prior to applying them.
  • The NO AUTODBA option marks the table as ineligible for automated tuning.
  • An error is reported under the following conditions:
    • Both NO and WITH CHECK are specified with AUTODBA.
    • BY AUTODBA [WITH CHECK], or NO AUTODBA is specified for an error table.
    • AUTODBA [WITH CHECK], or NO AUTODBA is specified for global temporary table.
  • When AUTODBA or AUTODBA WITH CHECK is specified, Dictionary columns DBC.TVM.AutoDBAStartTimei and DBC.TVM.AutoDBA are set to non-null values.