Session-06
The Memoryless Property: Why Past Debugging Time Tells You Nothing
You have seen Poisson count events over an interval. Now consider the gap between two consecutive events — how long do you wait? A distributed key-value store serves reads from two independent replicas; the response time of each replica is a continuous random variable called Exponential. What is the difference between a discrete count and a continuous waiting time, and why does the same parameter $\lambda$ appear in both?
The inter-arrival time between Poisson events follows an Exponential distribution — the two are two sides of the same coin. Poisson counts events in a fixed window; Exponential measures the gap between them. Both share parameter $\lambda$. The next segment derives the Exponential CDF $F(t) = 1 - e^{-\lambda t}$ directly from the Poisson PMF.
---
P99 Latency is 4× the Mean — The Stat That Should Scare Every Engineer
Login to watch this video.
The A/B Testing Trap: Why Your Results Are Probably Wrong
Login to watch this video.