When utilizing a unique secondary index, how may AMP (s) is usually accessed?
-
All-AMP
-
One-AMP
-
Multi-AMP
-
Two-AMP
D
Correct answer
Explanation
A Unique Secondary Index (USI) requires accessing exactly two AMPs to verify uniqueness - one AMP to check if the value exists, and a second AMP to ensure the value isn't duplicated elsewhere in the system. This differs from a Non-Unique Secondary Index (NUSI) which typically accesses all AMPs or a subset. The two-AMP access is part of the uniqueness guarantee mechanism.