performance - Google Cloud SQL is slow -


i have d0 size cloud sql instance. when run simple

select * table 

which has around 500 rows, takes on average 100 ms execute (as reported sql prompt). whereas on local instance of mysql 5.5, takes 1 ms. dev machine has 2.9ghz dual-core intel core i7 , 8gb 1600mhz memory. i've read in faq performance of db depends on size - larger instances have more ram , cpu.

is reasonable expect performance issues resolved larger instance size? or missing else here?

views cause of poor performance. google runs own flavor of mysql engine optimized in way can hurt views. if have many joins or/and unions expect views run slow.

however, it's been year since posted question , things might have changed. haven't revisited views since moved away using them.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -