Re: What happens between end of explain analyze and end of query execution ?

From: Franck Routier <franck(dot)routier(at)axege(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: What happens between end of explain analyze and end of query execution ?
Date: 2013-04-06 08:04:09
Message-ID: 515FD6F9.10301@axege.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Le 05/04/2013 16:17, Merlin Moncure a écrit :
>
> Ok, "explain" (without analyze) is measuring plan time only (not
> execution time). Can you confirm that's the time we are measuring
> (and again, according to what)? Performance issues here are a
> different ball game. Please supply precise version#, there were a
> couple of plantime bugs fixed recently.
>
> merlin
Yes, I confirm time is taken by analyze alone. Executing the query is quick.
PG version is 8.4.8.

Franck

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Franck Routier 2013-04-06 08:13:37 Re: What happens between end of explain analyze and end of query execution ?
Previous Message Franck Routier 2013-04-06 08:02:39 Re: What happens between end of explain analyze and end of query execution ?