Skip to content

DynamoDbEnhancedClient: Support for scan rate limiting #1916

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

Open
millems opened this issue Jun 22, 2020 · 0 comments
Open

DynamoDbEnhancedClient: Support for scan rate limiting #1916

millems opened this issue Jun 22, 2020 · 0 comments
Labels
dynamodb-enhanced feature-request A feature should be added or improved. p3 This is a minor priority issue

Comments

@millems
Copy link
Contributor

millems commented Jun 22, 2020

From #35:

With the current DynamoDBMapper implementation, when performing scans, there's no easy way to make the scan operation respect the DynamoDB table's read throughputs.
Solutions combining https://aws.amazon.com/blogs/developer/rate-limited-scans-in-amazon-dynamodb/ and https://aws.amazon.com/blogs/developer/understanding-auto-paginated-scan-with-dynamodbmapper/ have to be used and are not that straightforward.

Please provide a scan operation that is able to respect a table's read throughput (whether by explicitly specifying a percentage of throughput to use or an absolute value of read units to use).

@millems millems added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. dynamodb-enhanced labels Jun 22, 2020
@debora-ito debora-ito removed the needs-triage This issue or PR still needs to be triaged. label Jun 22, 2020
aws-sdk-java-automation added a commit that referenced this issue Jan 27, 2022
…b92c40606

Pull request: release <- staging/3f7d33c6-e39e-4345-9e9d-ccfb92c40606
@yasminetalby yasminetalby added the p3 This is a minor priority issue label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamodb-enhanced feature-request A feature should be added or improved. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

3 participants