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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Franck Routier <franck(dot)routier(at)axege(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: What happens between end of explain analyze and end of query execution ?
Date: 2013-04-04 19:08:52
Message-ID: 6354.1365102532@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Franck Routier <franck(dot)routier(at)axege(dot)com> writes:
> The request is not using any function. It looks like this:
> [ unexciting query ]

Hmph. Can't see any reason for that to take a remarkably long time to
plan. Can you put together a self-contained test case demonstrating
excessive planning time? What PG version is this, anyway?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2013-04-04 19:19:23 Re: What happens between end of explain analyze and end of query execution ?
Previous Message nik9000 2013-04-04 19:05:52 Re: What happens between end of explain analyze and end of query execution ?