Insights - PostgreSQL query response size metrics
We've added 2 new columns in Insights to help track the response size of PostgreSQL queries.
- Bytes returned - The cumulative number of bytes returned to clients
- Bytes returned per query - The number of bytes returned to clients divided by the number of queries
These columns are helpful for finding unexpectedly large query responses and the most significant contributors to network egress traffic. To enable these columns visit the Insights dashboard and check "Bytes returned" and "Bytes returned per query" under "View options"