Status: IN
Developers who design DynamoDB schemas using RDBMS normalization principles (entity-centric, normalized) will systematically produce queries that waste capacity through filter expressions, because normalized schemas require post-read filtering rather than single-shot access-pattern-driven queries.