Read-only Postgres access can still take down your application
A developer warns that read-only Postgres access can still harm production databases. Exploratory joins, wide aggregates, and concurrent retries consume the same resources as application traffic, so A…