Fastpath Delete and Join Indexes - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
vnq1596660420420.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™
Vantage uses fastpath delete processing when the target table has a simple or aggregate join index that is one of the following:
  • Single-table join index.
  • Multitable join index defined with an inner join.
  • Multitable join index where the table being deleted is the outer table of an outer join.
This includes the following statements:
  • A DELETE ALL or unconditional DELETE statement on a table that has a simple or aggregate join index. Vantage uses fastpath delete processing for the base table and its join index.
  • A conditional DELETE statement on a table that has a simple or aggregate join index. Vantage uses fastpath delete processing only for the join index if the DELETE condition covers the entire index.