Saturday, December 26, 2015

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

Writes to your instance should be proportional to how much CPU and DISK IO you have, right?  So the bigger your instance and the bigger your storage, the more CPU and DISK IO you have.

Generally the more indexes you have, and the more complicated your Primary Key is, the slower your write will be..  A single autoinc primary key and no other indexes or FKs would maximize your performance...

Brian


On Friday, December 25, 2015 at 11:20:19 PM UTC-5, Susan Lin wrote:
Is there any guides how to scale writes in Google SQL? It would be great if there was a step by step tutorial how to scale writes using Google 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/d4d9cc9e-f1fa-4ba9-9516-99197a8a3c7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment