Google Cloud/Cloud SQL: Difference between revisions
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...") |
m (Admin moved page CloudSQL to Google Cloud/Cloud SQL) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
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.) | |||
Cloud SQL will let you use MySQL (standard) or Postgresql (beta). | |||
Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up to 200 GB of data. If you need something bigger, use [[Google Cloud/Spanner]], a horizontally sharded MySQL database solution. | |||
=Resources= | =Resources= | ||
| 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]] | |||
Latest revision as of 07:41, 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.)
Cloud SQL will let you use MySQL (standard) or Postgresql (beta).
Limitations: Cloud SQL is for smaller relational databases - up to 32 nodes in an SQL cluster, and up to 200 GB of data. If you need something bigger, use Google Cloud/Spanner, a horizontally sharded MySQL database solution.
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