Re: Slow Query

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: "Ozer, Pam" <pozer(at)automotive(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow Query
Date: 2010-08-27 17:30:50
Message-ID: 4C77F64A.8030102@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ozer, Pam wrote:
>
> I am new to Postgres and I am trying to understand the Explain Analyze
> so I can tune the following query.
>

You should try http://explain.depesz.com/ , where you can post query
plans like this and see where the time is going in a very easy to work
with form. It will highlight row estimation mistakes for you too.

--
Greg Smith 2ndQuadrant US Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.us

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ozer, Pam 2010-08-27 17:44:19 Re: Slow Query
Previous Message Greg Smith 2010-08-27 17:28:30 Re: turn off caching for performance test