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

Alternator allows arbitrary provisioning changes #27

Open
ingojaeckel opened this issue May 24, 2012 · 1 comment
Open

Alternator allows arbitrary provisioning changes #27

ingojaeckel opened this issue May 24, 2012 · 1 comment
Assignees

Comments

@ingojaeckel
Copy link

DynamoDB only allows to (1) decrease provisioning throughput to 10% minimum once a day and/or (2) increase the provisioned throughput up to 100% in one step. Alternator is inconsistent with the AWS SDK implementation of Dynamo since it just updates the provisioning throughput to whatever the user suggests without checking those constraints.

@tnbred
Copy link
Collaborator

tnbred commented May 24, 2012

You are right, Alternator doesn't handle provisioned throughput at all, we'd rather focus on completion of the other features that we deem more important for our application ( scan / query ) before looking into it.
Feel free to add the throughput implementation if you need it !

Thanks ;-)

@ghost ghost assigned mboudreau May 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants