sql server - Is it possible to use autoscaler for google SQL as it is possible for compute engine -


let me explain problem. have magento project 3 million products , more 6 million urls. problem ist database because of products. autoscale google cloud sql database. respond adequate. know possible google compute engine , includes database. possible google or cloud sql provider?

you cannot scale databases same way autoscaler doing compute engine managed instances. autoscaling capabilities of compute engine works stateless vms. databases stateful. can use read replications scale cloud sql. read replica instances allow data master instance replicated 1 or more slaves. setup can provide increased read throughput. visit this artcile different read replica scenarios.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -