---
title: "The Tail at Scale"
description: "The Tail at Scale explains why rare slowdowns become routine user-visible delays when one request fans out across many machines. Read it for a practical systems lesson: large services need techniques that tolerate latency variability, not only faster average components."
canonical_url: "https://fanout.sh/daily/2026-07-28-tail-at-scale"
md_url: "https://fanout.sh/daily/2026-07-28-tail-at-scale.md"
last_updated: "2026-07-28"
access: "public"
---

# The Tail at Scale

The Tail at Scale explains why rare slowdowns become routine user-visible delays when one request fans out across many machines. Read it for a practical systems lesson: large services need techniques that tolerate latency variability, not only faster average components.

## Paper details

- Authors: Dean and Barroso

- Venue: Communications of the ACM 2013

- Track: Systems

- Difficulty: Easy

- Reading time: 30 min

- Original paper: https://research.google/pubs/the-tail-at-scale/

## What you will learn

- Why waiting on many parallel components makes the slowest response dominate end-to-end latency.

- How hedged requests and backup work can cut tail latency without duplicating every request.

- Why tail-tolerant systems combine deadlines, partial results, finer-grained work, and careful resource controls.

## Continue exploring

[Explore Tail Latency](https://fanout.sh/system/archive/tail-latency): Continue into Fanout's tail-latency material for percentiles, fanout risk, hedged requests, deadlines, partial results, and load shedding.

---
This representation contains public Fanout content only. Protected Pro lessons, account data, billing, checkout, and pricing are not included.

Browse the public content map: https://fanout.sh/sitemap.md
