At Scale, Rare Events Aren’t Rare
11–20 of 59 posts
Re: At Scale, Rare Events Aren’t Rare
#12Earlier quoted context omitted.
It's ok, since most people never get "at scale". When you start getting these problems, it means you reached the stars you were shooting for. Having those issues are a good thing.
Assuming you have the resources to cover these events, sometimes you hit scale, but not profitability..
Re: At Scale, Rare Events Aren’t Rare
#13As a pretty good rule of thumb, a system that fails 1/nth of the time and has n opportunities to fail has ~.63 probability of failure, where n is more than ~10. Graph: http://www.meta-calculator.com/online/?panel-102-graph&data-...
Re: At Scale, Rare Events Aren’t Rare
#14As a pretty good rule of thumb, a system that fails 1/nth of the time and has n opportunities to fail has ~.63 probability of failure, where n is more than ~10. Graph: http://www.meta-calculator.com/online/?panel-102-graph&data-...
Very nice rule of thumb, honestly I did not expect it to (sort of) converge to ~63%. Does anyone have some intuition for this?
EDIT: http://math.stackexchange.com/questions/82034/prove-that-1-f...
Re: At Scale, Rare Events Aren’t Rare
#15As a pretty good rule of thumb, a system that fails 1/nth of the time and has n opportunities to fail has ~.63 probability of failure, where n is more than ~10. Graph: http://www.meta-calculator.com/online/?panel-102-graph&data-...
Very nice rule of thumb, honestly I did not expect it to (sort of) converge to ~63%. Does anyone have some intuition for this?
If you want to know the probability it will fail, just take 1 - probability_success = 1 - 1/e.
Re: At Scale, Rare Events Aren’t Rare
#16As a pretty good rule of thumb, a system that fails 1/nth of the time and has n opportunities to fail has ~.63 probability of failure, where n is more than ~10. Graph: http://www.meta-calculator.com/online/?panel-102-graph&data-...
Re: At Scale, Rare Events Aren’t Rare
#17Re: At Scale, Rare Events Aren’t Rare
#18You don't have to personally prepare for winning the lottery, but the lottery has to prepare for somebody winning.
Re: At Scale, Rare Events Aren’t Rare
#19Re: At Scale, Rare Events Aren’t Rare
#20It reminds me of an old story about Microsoft Windows. Back in the early 2000's, compiling and building Windows from source code took many hours on very specialized build hardware. Meanwhile there were thousands of developers who contributed to the full Windows stack. If any developer checked in a build failure, it would cause the build to be delayed. Well, at that scale (of thousands of developers), you can't compil…