The idea is to know the amount of bytes is returned by a SELECT statement. This metric will be very useful to detect some statements that send lot of bytes to the client side and it's definitely a bad design, unless in case of bulk unloads (i.e: pg_dump).
It was suggested by @3manuek on issue #1.
The idea is to know the amount of bytes is returned by a SELECT statement. This metric will be very useful to detect some statements that send lot of bytes to the client side and it's definitely a bad design, unless in case of bulk unloads (i.e: pg_dump).
It was suggested by @3manuek on issue #1.