Partitioned Tables - Teradata Vantage - Analytics Database

Database Introduction

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-09-27
dita:mapPath
gtm1628096154303.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dsm1472253642401
lifecycle
latest
Product Category
Teradata Vantageā„¢

Partitioning stores related groups of data in physical proximity to improve the performance of queries likely to require that data. To satisfy a query, Vantage can use partition elimination to limit data searches to partitions containing data relevant to the query.

A row-partitioned table assigns rows to a particular partition within an AMP based on the value of a user-defined partitioning expression that defines how to group the rows for storage (horizontal partitioning). The partitioning expression is defined when a table is created or altered.

Tables without primary indexes can also be partitioned by column (vertical partitioning). Column partitioning stores sets of one or more columns in separate partitions. Column partitioning can improve performance for some queries by searching only columns relevant to the queries.