Intermediate Reading #postmortem #incidents #root-cause #sre

🔍 Reading: Incident Postmortem

3 exercises — read a realistic incident postmortem blog post and answer questions about root cause analysis language, blameless culture vocabulary, scope statements, and action item accountability.

Postmortem reading essentials
  • Root cause → the underlying condition, not the proximate trigger
  • N+1 query → fetches N items then queries for each individually — catastrophic under load
  • Blast radius → explicit scope: what broke, what didn't, who was affected
  • Blameless → focus on system gaps, not individual fault
  • Action items → must have an Owner + Due date, or they will not be completed
0 / 3 completed
1 / 3
🔍 Payment Processing Outage — Incident Postmortem
{ex.passage}
The postmortem identifies an "N+1 query" as a contributing factor. Based on the postmortem's language, what does this term mean in context?