From charlesreid1

(Created page with "See Google Cloud/MySQL for setting up a MySQL database in Cloud SQL. Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up...")
 
No edit summary
Line 14: Line 14:


Pricing: https://cloud.google.com/sql/pricing
Pricing: https://cloud.google.com/sql/pricing
=Flags=
[[Category:Google Cloud]]
[[Category:Data Engineering]]

Revision as of 07:12, 24 October 2017

See Google Cloud/MySQL for setting up a MySQL database in Cloud SQL.

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