Trying to tune our application and would like to know if the stats data that pgBouncer shows as avg_query, according to the PgBouncer docs on usage:
avg_query
Average query duration in microseconds.
includes the average duration for INSERTs and UPDATEs as well as SELECTs.
Thanks very much!