Does Gcloud postgres16 available for auto scaling resources without downtime? As I just see only storage available for auto scaling.
Thanks
Solved! Go to Solution.
Currently, Cloud SQL for PostgreSQL does not support automatic scaling for resources like CPU and memory. As you mentioned, Cloud SQL only offers automatic storage scaling, which can increase storage capacity without downtime based on usage.
While automatic CPU and memory scaling are not available, you can manually scale these resources. However, this typically requires downtime, as the instance needs to be restarted to apply the changes.
Currently, Cloud SQL for PostgreSQL does not support automatic scaling for resources like CPU and memory. As you mentioned, Cloud SQL only offers automatic storage scaling, which can increase storage capacity without downtime based on usage.
While automatic CPU and memory scaling are not available, you can manually scale these resources. However, this typically requires downtime, as the instance needs to be restarted to apply the changes.
Thanks for the reply