Increase in read/write rates after move from V1 to V2 of the SDK #4975
Unanswered
safder-meah
asked this question in
Migration from v1 to v2
Replies: 2 comments
-
It seems that this was an application bug after all, so I am going to close this thread |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've noticed some upticks in the number of dynamodb write requests in V2 version of the code vs V1. There isn't any apparent difference in the code. Previously, we used dynamoDbMapper to save records
DynamoDbMapper.save()
, and now we're usingDynamoDbTable.putItem()
. I understand this can vary application to application, but I am curious to know whether in general you have noticed any upticks in the rate read/write operations . Our costs are up a bit after this upgrade, and I am trying to ascertain why this might be.Beta Was this translation helpful? Give feedback.
All reactions