跳至內容

How do I troubleshoot high latency on a DynamoDB table?

1 分的閱讀內容
1

I want to troubleshoot the increase in the response time that I see for Amazon DynamoDB requests.

Resolution

End-to-end latency involves a shared responsibility between DynamoDB service-side latency and the user client-side latency.

The SuccessfulRequestLatency Amazon CloudWatch metric only measures the amount of time that DynamoDB takes to fully process the API request. SuccessfulRequestLatency doesn't measure the time that the application takes to connect to the DynamoDB endpoint or to download the results from the endpoint.

To reduce high latency on your DynamoDB table, see Troubleshooting latency issues in Amazon DynamoDB.

AWS 官方已更新 10 個月前