Tuesday, December 1, 2015

Re: [google-cloud-sql-discuss] Cloud SQL or VM Instance to host MySQL Database

Cloud SQL provides many features that MySQL-on-GCE does not:
  • Cloud SQL instances can be configured only to run when they are needed, this allows you to save a lot of money if your site is only used during 1 hour in each day.
  • Cloud SQL is automatically managed for you - for example we apply upgrades, can do 7 days of daily backups, saving you from the hassle of managing a machine.
  • Cloud SQL has storage replicated across multiple locations, so that if a zone fails your instance will automatically start again in a different location. This makes Cloud SQL much more resilient than a GCE instance.
  • More features are listed on our website.
David

On Tue, Dec 1, 2015 at 1:46 AM, Vitul Goyal <vitulgoyal@gmail.com> wrote:
I have a website and i am confused where to host its database.

Google Cloud SQL D1 tier has 0.5 GB RAM and its cost is $1.46 per day.

GCE n1-standard-2 has 7.5 GB RAM and its cost is 1.68 per day.

I can set up mysql server on VM Instance and can give remote access to external servers. Also, Cloud SQL has limitation on maximum connections.

So, why should i host it on Cloud SQL?

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/4b78b5f1-cdc4-43d4-8a65-cf90da750da2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/CAJZK_bbbjwOJNkr5kKb1mOgXaR77sOBa_0VSuLBEUxfPrqV1dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment