Question

Right now cloud sql limits no. of active connections to 100. https://groups.google.com/forum/#!topic/google-cloud-sql-discuss/F-OS6ucsSWE

Will this limit go away or increase in the near future and also we have a scenario where we are logging our users interactions in our system and store them in the db, which may hit the max. limit of sql connections. Should we look into cloud datastore so the database can auto scale and there are not limits or is it possible to achieve this somehow through GC-SQL.

Thanks

Was it helpful?

Solution

Cloud SQL now supports up to 3200 concurrent connections

https://developers.google.com/cloud-sql/pricing

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top