explain analyze query execution time

From: Rudyar <rudyar(dot)cortes(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: explain analyze query execution time
Date: 2011-11-22 01:33:33
Message-ID: 4ECAFBED.4090208@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I try to get the execution time of a query workload. I try using explain
analyze but this time is allways higher than
the execution time of a query across a client like pgadmin3

what is the reason about that difference?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-11-22 01:54:31 Re: EXPLAIN (plan off, rewrite off) for benchmarking
Previous Message Kevin Grittner 2011-11-21 23:10:35 Re: testing ProcArrayLock patches