Database Reference
In-Depth Information
UserName
TweetID
User1
T1
User2
T1
User3
T1
User1
T2
User2
T2
User3
T2
User1
T3
This would keep each and every node of the DynamoDB cluster busy and active, ulti-
mately resulting in maximum utilization of resources and provisioned throughput.
In traditional database systems, it is beneficial to make your writes as sequential as pos-
sible as it would optimize the performance. But in the case of DynamoDB, we don't need
to do that; rather, if we do so, we would end up underutilizing the provisioned throughput
for the given table. So it is advised to shred your load to achieve high performance.
Search WWH ::




Custom Search