Row Partition Elimination - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

Row partition elimination is a method for enhancing query performance against row-partitioned tables by skipping row partitions that do not contain rows that meet the search conditions of a query. Row partition elimination is an automatic optimization in which the Optimizer (or, in the case of dynamic row partition elimination,the AMP software) determines, based on query conditions and a row partitioning expression, that there are partitions for that partitioning expression cannot contain qualifying rows; therefore, those row partitions can be skipped during a file scan.

The Optimizer cannot exert all optimizations that are possible for each of the individual types of row partition elimination.

Partitions that are skipped for a query are called eliminated row partitions.

When there are multiple partitioning expressions, Vantage combines row partition elimination at each of the levels to further reduce the number of data subsets that need to be scanned. For most applications,the greatest benefit of row partitioning is from row partition elimination.