Skip to content

Remove throughput limit for on-demand tables #86

@cdhowie

Description

@cdhowie

DynamoDB has a new on demand pricing model, where you pay per request and do not provision any capacity. Since the cost is only per-request and not based on requests per second, it does not make sense to throttle reads from those tables.

An on-demand table has provisioned capacity values of 0:

"ProvisionedThroughput": {
  "NumberOfDecreasesToday": 0,
  "WriteCapacityUnits": 0,
  "ReadCapacityUnits": 0,
  "LastDecreaseDateTime": 1546977951.249
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions