Column Partition Elimination | Optimizer Process | Teradata Vantage - Column Partition Elimination - Advanced SQL Engine - Teradata Database

SQL Request and Transaction Processing

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
ykx1561500561173.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1142
lifecycle
previous
Product Category
Teradata Vantageā„¢

Column-partitioned tables are subject to column partition elimination during query processing. Column partition elimination enhances query performance by allowing the Optimizer to ignore column partitions that are not referenced by a query.

Search conditions applied to the remaining partitions can reduce how much of those partitions must be scanned, further enhancing performance.

If multiple columns are required for the response set for a query, the query plan includes putting projected column values from selected table rows together to form result rows. Vantage can combine this with row partition elimination to further reduce the data that must be accessed to satisfy a query.