Performance Enhancement | SQL Engine 17.10 | Teradata Vantage - Performance Enhancement - 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

Bloom Filter optimization is added to classical hash join algorithms for Release 17.10. A Bloom Filter is a compact metadata structure on the join column of one relation of a hash join step. The Bloom Filter is used while reading the other relation of the join as an existence check or test. Specifically, the build side of a classical hash join produces a bitmap spool based on the join column while building the hash table. This bitmap spool is passed down to the probe side of the join to be able to filter rows while the probe side is being read.

Benefits

This feature can improve the performance of some joins.

Considerations

Bloom Filter is enabled by default.