Storage and Performance Considerations for Secondary Indexes - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

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
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

Secondary indexes are stored in subtables separately from their associated data and join index tables. This means that each secondary index subtable that is created requires additional disk space.

Additionally, insert, delete, and update operations require more processing time for tables with secondary indexes because the index subtables must be updated each time an indexed field in an associated row in their parent data or join index table is updated.