Reading the rows using Non-Unique Secondary index is
-
One or Two AMP operation
-
All AMP operation
-
Many AMP operation
-
Full table scan
B
Correct answer
Explanation
Non-Unique Secondary Index (NUSI) allows duplicate values, so a single NUSI value can point to rows on multiple AMPs. When querying via NUSI, Teradata must check all AMPs that might contain matching rows, making it an All-AMP operation. Unlike USI (which typically hits 1-2 AMPs), NUSI requires broader scanning. Option B correctly identifies this as an All-AMP operation.