I have a dynamo table. It has primary key and sortkey. In dynamodb 1 partition can have max of 10GB of data. Can a single primary key be present in multiple partitions means single primary key have multiple sort keys which lead to more than 10GB and crosses partition boundary.
Is there any limitation on max size of single primary/hash key ?