Saturday, December 26, 2015

Re: [google-cloud-sql-discuss] Re: Scaling writes google cloud sql

We would generally recommend you create read replicas, and then place as much read-only load that you can onto the replicas. That way you free up resources on your master (which is now only handling writes) and should now be able to handle more write traffic.

If you can live without an SLA and have the opportunity to migrate over, a second generation instance will be much faster at writes than a first generation instance will be.


On Sat, Dec 26, 2015, 11:19 AM Brian Wawok <bwawok@gmail.com> wrote:
Sharding?  How many writes are you looking at? How big of writes?

Etsy has a bunch of articles on Sharding MySQL.. for example:


You mostly deal with it in your app logic, so nothing to do with Cloud SQL.

Or if you don't want to do that, you may be too big for MySQL, but Etsy is pretty big...


Brian

On Sat, Dec 26, 2015 at 2:13 PM Susan Lin <susanlinsfu@gmail.com> wrote:
Thanks for the reply. What if the the performance needed exceeds that of the capbilities of a single instance and sharing is needed, is there a guide how go set this up on Google SQL.

--
You received this message because you are subscribed to a topic in the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-cloud-sql-discuss/wmjT35IOikk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.

--
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/CAJVyzE1yvJy7S68Rgp3eX0rZ2DH7Ccm69%3DMfd5Hi9uKDw%3DbkZA%40mail.gmail.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/CAAfRv6GooOCPB%3Df3koUfP7FqJcTDmu7mcoay70EvDuQd62bXdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment