Re: Slow Query Help

From: Will Platnick <wplatnick(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Slow Query Help
Date: 2013-02-06 16:24:34
Message-ID: 8E8E8399C0114A19A3DB3AF966635A23@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Clients are technically our pgbouncer which is on the same machine. The explain analyze was local through psql direct to postgresql.

On Wednesday, February 6, 2013 at 11:22 AM, Kevin Grittner wrote:

> Will Platnick <wplatnick(at)gmail(dot)com (mailto:wplatnick(at)gmail(dot)com)> wrote:
> > Will Platnick <wplatnick(at)gmail(dot)com (mailto:wplatnick(at)gmail(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Pavan Deolasee 2013-02-06 16:27:37 Re: Slow Query Help
Previous Message Kevin Grittner 2013-02-06 16:22:40 Re: Slow Query Help