Skip to content Skip to sidebar Skip to footer

Is It Possible To Use Autoscaler For Google Sql As It Is Possible For Compute Engine

Let me explain the problem. I have a magento project with 3 million products and more than 6 million urls. The problem ist only the database because of this much products. I would

Solution 1:

You cannot scale databases the same way Autoscaler is doing for Compute Engine managed instances. Autoscaling capabilities of Compute Engine works for stateless VMs. Databases are stateful. You can use read replications to scale Cloud SQL. Read Replica instances allow data from the master instance to be replicated to one or more slaves. This setup can provide increased read throughput. Visit this artcile for different read replica scenarios.


Post a Comment for "Is It Possible To Use Autoscaler For Google Sql As It Is Possible For Compute Engine"