Modelling Postgres Performance Degradation on Burstable Cloud Instances | POSETTE 2026

Chun Lin Goh presents a POSETTE 2026 talk on how PostgreSQL performance can degrade on burstable cloud instances (for example, Azure B-series and AWS T-series) due to CPU credit depletion, and how to model the saturation point using a simple simulation approach.

Overview

What problem this talk addresses

Many teams run PostgreSQL on burstable instances to reduce cost. These instances use a CPU credit model:

The key risk described is not a hard crash, but throughput exhaustion:

Core concepts covered

Approaches compared

The talk contrasts different ways to avoid getting surprised by throttling:

Simulation approach and what it’s used for

Goh introduces simulation as a way to estimate a system’s Base Performance Ceiling (the sustainable throughput once throttled), without requiring large-scale load-testing infrastructure.

Topics called out in the session outline include:

Cloud differences and operational visibility

Takeaways highlighted