From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
See [[Google Cloud/MySQL]] for setting up a MySQL database in Cloud SQL.
Cloud SQL provides a serverless, no-ops way to run MySQL databases in the cloud.
 
(If you want to do all the ops yourself, see [[Google Cloud/MySQL]] for manual setup.)


Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up to 200 GB of data.
Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up to 200 GB of data.

Revision as of 07:38, 24 October 2017

Cloud SQL provides a serverless, no-ops way to run MySQL databases in the cloud.

(If you want to do all the ops yourself, see Google Cloud/MySQL for manual setup.)

Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up to 200 GB of data.

Can use MySQL (standard) or Postgresql (beta).


Resources

Documentation: https://cloud.google.com/sql/docs/

Launch checklist: https://cloud.google.com/sql/docs/launch-checklist

Pricing: https://cloud.google.com/sql/pricing


Flags