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

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
vjt1596846980081.ditamap
dita:ditavalPath
vjt1596846980081.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.