Status: IN
RDBMS normalization patterns applied to DynamoDB systematically maximize cost by producing many small entity-centric items that trigger all three billing overhead mechanisms (100-byte indexing, 1KB/4KB rounding, 200-byte GSI overhead) while generating filter-heavy queries that pay full RCU for discarded data.