Performance optimization · Storage

SSD Endurance Explained: DWPD, TBW and What They Mean

· 1 min read · Server Depot

SSD Endurance Explained: DWPD, TBW and What They Mean

SSD spec sheets speak two dialects of the same language. TBW — terabytes written — is the lifetime fuel tank. DWPD — drive writes per day — is the burn rate the tank supports over the warranty period. One formula connects them: TBW = capacity × DWPD × 365 × warranty years. A 1.92TB drive rated 1 DWPD for five years is a ∼3.5PB tank. Everything else about endurance is deciding how big a tank your workload actually needs.

The three endurance classes

Read-intensive (∼0.5–1 DWPD): the volume class — content serving, VM boot volumes, general datastores, most file duty. Mixed-use (∼3 DWPD): databases with real write traffic, busy virtualization, caching tiers. Write-intensive (∼10+ DWPD): log devices, heavy ingest, SLOG/journal duty where every transaction lands twice. Price scales with class, because endurance is mostly overprovisioned flash you cannot see.

What you actually write (less than you think, usually)

Measure before buying: OS counters or SMART deltas over a representative week. Typical findings surprise people — a general VM host often writes 200–500GB/day across its whole datastore, a small database under 100GB/day. Against a 1.92TB RI drive's ∼2TB/day allowance, ordinary infrastructure barely sips. The genuine exceptions: sync-write log devices, surveillance ingest, analytics scratch, anything that rewrites datasets nightly. Write amplification (small random writes costing more flash than their payload) argues for one class of headroom when the profile is harsh — not for buying 10 DWPD everywhere.

The used-SSD translation

Endurance math is what makes used enterprise flash rational: the SMART percentage used field reports tank consumed. A mixed-use 3.84TB drive at 20% wear offers ∼80% of a colossal TBW budget at a fraction of retail — often more remaining endurance than a new read-intensive drive. Buy on remaining tank, verify power-loss protection exists (non-negotiable for anything holding transactions), and price wear like mileage.

Practical sizing rules

Bigger drives of the same class carry proportionally bigger tanks — upsizing capacity is quietly an endurance upgrade. Keep free space real: full drives amplify writes. Put the endurance where the writes concentrate — one small write-intensive device for logs/SLOG protects a shelf of RI drives behind it. And monitor: percentage-used trending on a graph turns endurance from a purchasing anxiety into a scheduled, boring replacement — which is where every good storage story ends.