-
Notifications
You must be signed in to change notification settings - Fork 810
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
Support DynamoDB autoscaling in table manager #476
Comments
It looks like you can configure autoscaling for read and write independently, so thinking about it some more, when table manager has autoscaling enabled it should
|
Autoscaling to reads is unlikely to be that effective as reads are super unpredictable, especially for older tables. I would just stick to autoscaling writes on the head table for now. |
Info: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/AutoScaling.CLI.html Plan:
|
Would be good to get #463 merged before these changes, as they will conflict. |
As an alternative to #318 & #464, cortex could rely on the the new built-in DynamoDB autoscaling:
https://aws.amazon.com/about-aws/whats-new/2017/06/announcing-amazon-dynamodb-auto-scaling/
In practice this means a configuration option to table manager that prevents it from updating provisioned throughput whilst continuing to create new periodic tables.
The text was updated successfully, but these errors were encountered: