Concept Flow - When Scan is acceptable
Start Query Need
Is Query Possible?
Use Query
Efficient
Use Scan
This flow shows when to use Query or Scan in DynamoDB. Use Query if possible for efficiency. Use Scan only if Query is not possible and conditions make Scan acceptable.