sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
618 stars 124 forks source link

Capacity dependency on dydb partitions #316

Open nitin608 opened 7 years ago

nitin608 commented 7 years ago

RCU and WCU have direct dependency on number of partitions. So an increase in only RCU will increase table partitions too, which in turn will decrease WCU per partitions resulting in seprate WCU scaling event as well. Can you please ensure that there be config's for taking care of the same. Mostly in this function: __ensure_provisioning_reads in dynamic_dynamodb/core/table.py.

Regards