79138882

Date: 2024-10-29 20:25:15
Score: 0.5
Natty:
Report link

You can consider using the Cloud SQL for MySQL or Cloud SQL for PostgreSQL database that’s managed and scaled by Google, and also supported by Django. Both support Database Migration Service (DMS) from source databases (mysql client or psql client as test database) to Cloud SQL destination database (Cloud SQL for MySQL or PostgreSQL as production database). DMS makes it easier for you to migrate your data to Google Cloud.

You mentioned you are using the Cloud SQL Auth Proxy, which also works by having a local client running in the local environment and creates one connection to the Cloud SQL instance. The below diagram from Google Cloud shows how the Cloud SQL Auth Proxy connects to Cloud SQL:

image

Additionally, as per this documentation:

Django apps that run on Google Cloud are running on the same infrastructure that powers all of Google's products, which generally improves the application's ability to adapt to a variable workload.

I hope this helps.

Reasons:
  • Blacklisted phrase (1): this document
  • Whitelisted phrase (-1): hope this helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: HerPat