Amazon web services – Is there any benefit of having "timestamp" sort key, when I have "id" as partition key and I know it will always be unique?
I have a DynamoDB table, that has partition key: id and sort key as number timestamp (it will always be there). The id will always be unique. Does it even make sense to have timestamp as sort key in such…