Skip to main content
daily-triage/postgresql-latency-rises-while-storage-capacity-looks-healthy.md
Daily Triage Briefing

PostgreSQL Latency Rises While Storage Capacity Looks Healthy

Impact Summary

A fictional PostgreSQL latency incident tests how to reconcile healthy capacity with storage-path delay, select a read-only diagnostic action and escalate safely without changing production state.

SeveritySEV-2
StatusResolved simulation
PlatformDatabases & Storage
Incident TypeDatabases & Storage
Published4 Sept 2026
Technologies Involved
PostgreSQL

Simulation Label

Fictional simulation. This exercise is a bounded, invented training scenario for practising operational reasoning. No real organisation, incident, telemetry, credentials or production identifiers are involved or implied.

Operational Summary

Root Cause

In the fictional reveal, elevated PostgreSQL storage waits align with data-device latency; free capacity is healthy, while the underlying cause of storage-path degradation remains unverified.

Detection Method

Evidence-led guided investigation

Current Status

Resolved simulation

Affected Services

PostgreSQL

Incident Overview

A PostgreSQL-backed internal service develops sustained request latency. Application workers remain available, but transactions that write data increasingly exceed their normal completion time.

The fictional incident is classified as SEV-2 because an important service is degraded without evidence of complete loss.The storage dashboard reports ample free capacity. A database view shows active sessions waiting more often than usual, while a host view reports elevated latency for the device carrying PostgreSQL data.

CPU utilisation is moderate, and the application deployment marker predates the degradation. The apparent conflict is deliberate: capacity is healthy, but responsiveness is not.Assume responders have approved read-only access and can collect evidence without exposing query text or customer data.

Any recovery change requires a separate human-approved procedure, a confirmed PostgreSQL version, verified permissions and an isolated validation environment.

Investigation Options

Review the available operational moves and select the best immediate action.

A

Correlate PostgreSQL wait categories with read-only device-latency evidence, preserve timestamps and escalate if the signals remain aligned.

B

Treat available filesystem capacity as proof that storage is healthy and investigate only application code.

C

Restart PostgreSQL immediately to clear waiting sessions.

D

Increase PostgreSQL connection limits immediately because more sessions are waiting.

Tags:PostgreSQL