Question

If I have two databases and views in one in which both databases are JOIN'ed or UNION'ed is this an issue for for GCSql? This feature according to MySQL only requires that both databases remain within the same hardware cluster.

I am not totally clear on what constitutes a hardware cluster, but how does that relate to google SQL instances, etc?

Was it helpful?

Solution

Each Google Cloud SQL instances has a single MySQL instance at any one time. The data is replicated to multiple locations when that single MySQL instance writes it to persistent storage -- this means that the instance can failover to a new location if there is a problem.

There isn't any hardware clustering in the sense used here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top