HELP INDEX and Hash, Join and Covering Indexes - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

HELP INDEX does not report information about hash or join indexes.

HELP INDEX does report on the indexes defined on hash and join indexes, as explained in the following table:

FOR this type of index … Information is reported on the following index characteristics …
Hash
  • Primary index defined by default based on the primary index of its underlying table.
  • Primary index defined explicitly by means of the BY and ORDER BY clauses of the CREATE HASH INDEX statement.

See Specifying the Primary Index for a Hash Index for information about these primary indexes.

Join Primary index defined for the join index.

Any secondary indexes defined on the join index.

HELP INDEX does not report the ordering columns for a covering index or value-ordered join index. SHOW TABLE reports these columns (see SHOW object).