Re: Response time

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: radha.manohar@ndsu.nodak.edu
Cc: PostgreSQL Performance <pgsql-performance@postgresql.org>
Date: 2003-11-04T20:12:37Z
Lists: pgsql-performance
On Tue, 2003-11-04 at 09:49, radha.manohar@ndsu.nodak.edu wrote:
> How do we measure the response time in postgresql?

In addition to EXPLAIN ANALYZE, the log_min_duration_statement
configuration variable and the \timing psql command might also be
useful.

-Neil