Hash Join Algorithm | Analytics Database 17.20 | Teradata Vantage - Hash Join Algorithm for Semi-Join - Analytics Database - Teradata Vantage

Teradata Vantageā„¢ - Analytics Database Release Summary - 17.20 What's New

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
2024-01-30
dita:mapPath
jva1628096041737.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
weq1472245453190
Product Category
Teradata Vantage
With this feature, queries with correlated EXISTS/NOT EXISTS, or non-correlated IN/NOT IN subqueries (on columnar tables) may have plan changes and performance improvements.
  • EXISTS/IN: If the original plan uses inclusion hash join, the new plan may use hash join with post-join SORT (for duplicate elimination).
  • NOT EXISTS/NOT IN: If the original plan uses exclusion hash join, the new plan may use left/right hash join with "..IS NULL" post-join term.

Benefits

  • This feature may provide improved performance.

Considerations

  • This feature is enabled by default for columnar tables.