Database Indexes | SQL Fundamentals | VantageCloud Lake - Indexes - Teradata VantageCloud Lake

Lake - Working with SQL

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

An index is a mechanism that the SQL query optimizer can use to make table access more efficient. Indexes enhance data access by providing a more-or-less direct path to stored data to avoid performing full table scans to locate the small number of rows you typically want to retrieve or update.

The database parallel architecture makes indexing an aid to better performance, not a crutch for getting adequate performance. Full table scans are not something to be feared in the database environment. Therefore, the sorts of unplanned, ad hoc queries that characterize the data warehouse process, and that often are not supported by indexes, perform effectively for the database using full table scans.