Saltar al contenido

How do I troubleshoot high latency on a DynamoDB table?

1 minutos de lectura
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.

OFICIAL DE AWSActualizada hace 7 meses