cloudspannerecosystem / autoscaler

Automatically scale the capacity of your Spanner instances based on their utilization.
Apache License 2.0
86 stars 33 forks source link

feat: Take into account number of databases in an instance #287

Closed nielm closed 3 months ago

nielm commented 4 months ago

Instances configured with <1000 PUs only support 10 DBs per 100 PUs so clamp the minimum size to the relevant number of PUs

Fixes #286

alexlo03 commented 3 months ago

Thanks!