$10 for a 10 minute test, okay. A month of 200 US-hosted n1-standard-1 machines would cost 200 * $.115 * 30 (days) * 24 (hours)... over $16,000. That doesn't include load-balancing, bandwidth, or any additional charges there may be. The price shouldn't be mentioned anywhere in the article. Demand is elastic of course, and if you really want to scale in a cost-effective manner you also need to do auto-scaling. As far…
Google Shows How To Scale Apps From Zero To One Million RPS, For $10
21–30 of 70 posts
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#22Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#23I only skimmed the gist with the instructions for reproducing the test [1], but in that skimming I could not figure out what the request and response were in this simulation. Were these responses 100 bytes, 1k, 10k, 100k? I guess small responses, but I'm not certain. I know the goal of the test is to demonstrate how capacity can be scaled upward in very little time and with comparatively little effort. And for that t…
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#24I only skimmed the gist with the instructions for reproducing the test [1], but in that skimming I could not figure out what the request and response were in this simulation. Were these responses 100 bytes, 1k, 10k, 100k? I guess small responses, but I'm not certain. I know the goal of the test is to demonstrate how capacity can be scaled upward in very little time and with comparatively little effort. And for that t…
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#25I am pretty excited and yet shocked to see what Compute Engine has evolved into. The original Compute Engine was about scaling (as cluster) in scientific experiment and yet this news makes me think Compute Engine is becoming the new App Engine but with full control of the VM (plus the amazing autoscaling feature). I always like to control my own VM because I can do much more with a VM than a sandbox (to me an App Eng…
Compute Engine is for all the other stuff that you can't run on App Engine.
Incidentally, the datastore is now available as a stand-alone service, Google Cloud Datastore: https://developers.google.com/datastore/ This should benefit Compute Engine users.
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#26This is the reason that our site. http://plexisearch.com uses Google App Engine. Google has allowed us to run "Code" rather than worry about infrastructure. Because it is an "Engine" we don't have to configure much, and the autoscaling is fantastic. Google Edge Cache means we get Better than CDN performance on static assets. There are limitation to AppEngine, but because we can also leverage virtual servers we can cr…
AFAICT this article is talking strictly about Google Compute Engine and its GCLB load balancer product, not about App Engine.
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#27I am pretty excited and yet shocked to see what Compute Engine has evolved into. The original Compute Engine was about scaling (as cluster) in scientific experiment and yet this news makes me think Compute Engine is becoming the new App Engine but with full control of the VM (plus the amazing autoscaling feature). I always like to control my own VM because I can do much more with a VM than a sandbox (to me an App Eng…
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#28The only reason I can see for this being this high on the front-page [18 points and only one comment(from a googler)] is the google employee block vote (apparently tech-savvy isn't a prerequisite in the google upvote marketing department): 1 million requests per second is 20 times greater than the throughput in last year’s Eurovision Song Contest, which served 125 million users in Europe No, r/s != Gb/s.* (Cue the do…
1 million requests per second is 20 times greater than the throughput in last year’s Eurovision Song Contest, which served 125 million users in Europe No, r/s != Gb/s
Not sure what the point you think you are making is here, but the Eurovision site was tested to 50,000 req/sec[1]. 50000 * 20 = 1MM
[1] http://googlecloudplatform.blogspot.com.au/2013/05/how-scalr...
Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#29Re: Google Shows How To Scale Apps From Zero To One Million RPS, For $10
#30$10 for a 10 minute test, okay. A month of 200 US-hosted n1-standard-1 machines would cost 200 * $.115 * 30 (days) * 24 (hours)... over $16,000. That doesn't include load-balancing, bandwidth, or any additional charges there may be. The price shouldn't be mentioned anywhere in the article. Demand is elastic of course, and if you really want to scale in a cost-effective manner you also need to do auto-scaling. As far…
GCE instances are charged in 1 min increments ( https://cloud.google.com/pricing/compute-engine ), not 1 hour increments like AWS ( http://aws.amazon.com/ec2/pricing/ ). 1 min increment billing enables you to spin up massive Web clusters to handle spikes or Hadoop clusters so big that you can process the entire dataset it a few minutes, while paying less than you would for a smaller AWS cluster that's billed by the h…