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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -