Skip to content
Graceful degradation in Postgres By Ben Dicken | Not all traffic is created equal. When a database is overwhelmed, you want the important queries to keep executing, even if that means shedding lower-priority work. This is a much better outcome than the alternative: a total database outage. PlanetScale's Traffic Control makes this feasible at the database level by introducing resource budgets. Thes...