|
|
|
|
|
by kortilla
654 days ago
|
|
It is extremely rare that your compute workload has scaling properties that need just a little bit faster computer. The vast majority of the time if you are bound by hardware at all, the answer is to scale horizontally. The only exception is really where you have a bounded task that will never grow in compute time. |
|
Was that all just a bunch of wasted effort, and what they should have been doing was build more and more 50MHz chips?
Of course not. There are lots of advantages to scaling up rather than out.
Even today, there are clear advantages to using an "xlarge" instance on AWS rather than a whole bunch of "nano" ones working together.
But all this seems so straightforward that I suspect I really don't understand your point...