Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

USI VS NUSI - response (1) by dnoeth

$
0
0

Hi Naveen,
SIs in Teradata are rarely used for Joins (different to other DBMSes), so they're usually implemented to get a faster (index-based) access (this is the same in any other DBMS). As you can't force the optimizer to use a SI (no hints), you have to Collect Stats and then check Explain if the SI is used.
USI might also be used for implementing the logical PK (again the same in any DBMS, but hardly done in a DWH).
 
Dieter


Viewing all articles
Browse latest Browse all 14773

Trending Articles