Concept Flow - GSI key selection strategy
Identify access patterns
Choose GSI partition key
Choose GSI sort key (optional)
Check key uniqueness and distribution
Validate query efficiency
Create GSI with chosen keys
This flow shows how to select keys for a Global Secondary Index (GSI) by analyzing access patterns, choosing partition and sort keys, and validating their effectiveness.