문제

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

도움이 되었습니까?

해결책

Cloud SQL now supports up to 3200 concurrent connections

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top