You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed a GRPC service for fetching data from DynamoDb via GO lang V2 client but while running the load test getting a very high latency even my service and Dynamo are hosted in same region.
Below is the code snippet to create DynamoDB client and fetching the data
GHZ load test result
I have also used go Profiler and looks like GO DynamoDB client Generating UUID which is taking very long time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have developed a GRPC service for fetching data from DynamoDb via GO lang V2 client but while running the load test getting a very high latency even my service and Dynamo are hosted in same region.
Any suggestion would be appreciate
Beta Was this translation helpful? Give feedback.
All reactions