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
Each KB rounded up of data written to DynamoDB consumes one unit of WCU from provisioned throughput. Rate limiting writes on a per-request basis without taking into account the size of the item being written (current state in ndbench) will cause unexpected server-side throttling when item sizes vary. This issue exists to implement variable rate limiting for reads and writes. A reference implementation can be found in the DynamoDBDelegate.java class in the DynamoDB Storage Backend for JanusGraph.
amcp
changed the title
Use variable rate limiting for DynamoDB workloads where the item size varies
[DynamoDB] Use variable rate limiting for DynamoDB workloads where the item size varies
Apr 13, 2018
Each KB rounded up of data written to DynamoDB consumes one unit of WCU from provisioned throughput. Rate limiting writes on a per-request basis without taking into account the size of the item being written (current state in ndbench) will cause unexpected server-side throttling when item sizes vary. This issue exists to implement variable rate limiting for reads and writes. A reference implementation can be found in the DynamoDBDelegate.java class in the DynamoDB Storage Backend for JanusGraph.
The text was updated successfully, but these errors were encountered: