Re: Query performance issue

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <heikki(dot)linnakangas(at)enterprisedb(dot)com>, <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>, <pgsql-performance-owner(at)postgresql(dot)org>
Subject: Re: Query performance issue
Date: 2011-08-31 12:40:29
Message-ID: 4E5DE56E02000025000408E0@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jayadevan M wrote:

>> And the schema of the tables involved, and any indexes on them.

> The details of the tables and indexes may take a bit of effort to
> explain. Will do that.

In psql you can do \d to get a decent summary.

Without seeing the query and the table definitions, it's hard to give
advice; especially when a sort step increases the number of rows.
I'm guessing there is incorrect usage of some set-returning function.

-Kevin

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Kai Otto 2011-08-31 13:04:53 Slow performance
Previous Message Jayadevan M 2011-08-31 11:57:21 Re: Query performance issue