-
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
Add dynamic throughput configuration of writes on DynamoDB tables #318
Comments
Yes! I've been wanting to do this for a few months now - thanks for filling a ticket. We can observe consumed write capacity and queue length as inputs. For reads I agree, probably don't need it just yet. Table Manager is the obvious place to put this all. |
Cool, so actually every needed info we can have directly from CloudWatch, no need to dive into ingesters (: |
Yes, we could you cloud watch - but I'd probably use Prometheus instead...
…On Wed, Mar 8, 2017 at 2:09 PM, Bplotka ***@***.***> wrote:
Cool, so actually every needed info we can have directly from CloudWatch,
no need to dive into ingesters (:
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#318 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbGhdfBOTJ789IlRKoan8ffnQkIAS9Iks5rjratgaJpZM4MWybk>
.
|
Addressed in #507 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now user needs to deduct how much throughput user needs for Index storage using these static flags in table-manager:
Would be awesome to keep these flags to configure maximum read/write throughput and just update the active table dynamically with correct throughput based on some logic e.g:
That would save some costs spent on Dynamo, especially for non deterministic traffic on our clusters.
The text was updated successfully, but these errors were encountered: