Questo contenuto non è disponibile nella lingua selezionata
Lavoriamo costantemente per rendere disponibili i contenuti nella lingua selezionata. Ti ringraziamo per la comprensione.
How do I troubleshoot high latency on a DynamoDB table?
1 minuti di lettura
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 SuccessfulRequestLatencyAmazon 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.