Storage Management Query Bands | Teradata Vantage - Reserved Storage Management Query Bands - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-07-11
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1184
lifecycle
latest
Product Category
Teradata Vantage™
Customer-written applications should not use these query band names. They are reserved for use by Teradata-written applications and applications written by third-party Teradata partners.
The following query band names are reserved for use by Teradata Enterprise Applications and partner applications for storage management resources because they are directives to Vantage.
The following SQL statements also support storage management query bands.
  • ALTER TABLE (see ALTER TABLE (Basic Table Parameters))
  • CREATE HASH INDEX (see CREATE HASH INDEX)
  • CREATE JOIN INDEX (see CREATE JOIN INDEX)
  • CREATE TABLE … AS … WITH DATA (see CREATE TABLE (AS Clause))

    CREATE HASH INDEX, CREATE JOIN INDEX, and CREATE TABLE … AS …WITH DATA immediately populate the hash or join index subtable or new table with column values from the tables they reference, similar to a load operation.

  • INSERT into an empty table (see Teradata Vantage™ - SQL Data Manipulation Language, B035-1146)
  • INSERT … SELECT into an empty table (see Teradata Vantage™ - SQL Data Manipulation Language, B035-1146)
  • MERGE inserts into an empty table (see Teradata Vantage™ - SQL Data Manipulation Language, B035-1146)