Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DynamoDB] Use variable rate limiting for DynamoDB workloads where the item size varies #152

Open
2 tasks
amcp opened this issue Apr 12, 2018 · 1 comment
Open
2 tasks

Comments

@amcp
Copy link
Contributor

amcp commented Apr 12, 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.

@amcp
Copy link
Contributor Author

amcp commented Apr 12, 2018

depends on #153

@amcp 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant