Partial Covering Multitable Join Indexes - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Vantage optimizes queries to use a join index on a set of joined tables even if the index does not completely cover the columns referenced in the table if the following things are true.
  • The index includes either the Row ID or the columns of a unique index on the table containing a non-covered column referenced by the query.
  • The cost of such a plan is less than other competing query plans.

A partial covering multitable join index provides query improvement benefits that covering join indexes offer, without replicating all of the table columns required to cover requests in the join index, but additional overhead from having to access base table rows to retrieve column values occurs when a noncovered column is specified in a request.