Reputation: 119
My applications is running in Google Cloud Platform and uses Cloud SQL.
In Cloud Console > SQL > Instance Details > Edit > "Configure machine type and storage" network throughput is 2000 of 2000 MB/s (pic).
How can I further raise the throughput?
Upvotes: 0
Views: 1301
Reputation: 1572
The access to network for Cloud SQL is provided through VPC and is therefore limited by it to 2000MB/s(16Gbps):
Each additional vCPU increases the network cap, up to a theoretical maximum of 16 Gbps for each virtual machine.
Which means this is a hard limit and will only raise when Google upgrades it's infrastructure.
If you want higher read throughput you can further expand it by adding some read replicas.
Upvotes: 1