Re: timing != log duration - Mailing list pgsql-performance

From Marti Raudsepp
Subject Re: timing != log duration
Date
Msg-id CABRT9RBdEcm4snv41WsiMnF8KEfYbh=97j16tEMYcYsBw=GQuA@mail.gmail.com
Whole thread Raw
In response to timing != log duration  (Rafael Martinez <r.m.guerrero@usit.uio.no>)
List pgsql-performance
On Wed, Mar 21, 2012 at 13:42, Rafael Martinez <r.m.guerrero@usit.uio.no> wrote:
> I am wondering why the time reported by \timing in psql is not the same
> as the time reported by duration in the log file when log_duration or
> log_min_duration_statement are on?

psql's \timing measures time on the client -- which includes the
network communication time (time to send the query to the server, and
receive back the results)

log_min_duration_statement measures time on the server, so it doesn't
know how long network transmission takes.

Regards,
Marti

pgsql-performance by date:

Previous
From: Rafael Martinez
Date:
Subject: timing != log duration
Next
From: "ktm@rice.edu"
Date:
Subject: Re: DBD-Pg prepared statement versus plain execution