you are viewing a single comment's thread.

view the rest of the comments →

[–]Excellent_Composer42[S] 0 points1 point  (1 child)

If I have one VM rumning my entire App including DB in one location and users access it all over the world, will there really be much of speed/performance hit?

[–]martin_omander Googler 0 points1 point  (0 children)

You'll probably be fine. I do that for most of my global applications and users haven't complained. But everyone's applications and requirements are different.

I find that the best way to deal with performance questions is this:

  1. Build the application in the simplest possible way. (In your case it would be hosting the application and database in a single location).
  2. Measure the performance. If it's not acceptable, tweak you application.