Scenario
Selecting a few small columns is fast, but adding a big text/jsonb column makes the query crawl. TOAST detoasting is the cost. Diagnose it Check column storage and TOAST size: SELECT pg_size_pretty(pg_relation_size(reltoastrelid)) AS toast_size FROM pg_class…
Investigation Path
Career Impact
This scenario builds production judgment and operational confidence under pressure.