How many records should I aim to put into a DynamoDb partition?
I’m designing a table which will store about a thousand records per user where the PK is the user’s id. The average record size is about 500 bytes. How can I know if I have ‘too many’ records?