Alternator icon indicating copy to clipboard operation
Alternator copied to clipboard

Alternator allows arbitrary provisioning changes

Open ingojaeckel opened this issue 13 years ago • 1 comments

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.

ingojaeckel avatar May 24 '12 18:05 ingojaeckel

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 ;-)

tnb115 avatar May 24 '12 18:05 tnb115