Re: Slow Query Help - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Slow Query Help
Date
Msg-id 1360167760.44825.YahooMailNeo@web162901.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: Slow Query Help  (Will Platnick <wplatnick@gmail.com>)
Responses Re: Slow Query Help
Re: Slow Query Help
List pgsql-performance
Will Platnick <wplatnick@gmail.com> wrote:
> Will Platnick <wplatnick@gmail.com> wrote:

>> The only thing that stands out is: on your production server I see
>> "Total runtime: 7.515 ms", but the top node in EXPLAIN ANAYZE shows
>> actual time as 0.179 ms. Not sure where that additional time is being
>> spent though. It could be ExecutorStart/End, but have no idea why they
>> should take so long.

> Any ideas on how to troubleshoot this delay?

Is the client which is running the query on the same machine as the
server?  If not, what's the ping time between them?

-Kevin


pgsql-performance by date:

Previous
From: David Whittaker
Date:
Subject: Re: postgresql.conf recommendations
Next
From: Will Platnick
Date:
Subject: Re: Slow Query Help