Re: Query performance issue - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Query performance issue
Date
Msg-id 4E5DE56E02000025000408E0@gw.wicourts.gov
Whole thread Raw
In response to Query performance issue  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Responses Re: Query performance issue
List 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

pgsql-performance by date:

Previous
From: Jayadevan M
Date:
Subject: Re: Query performance issue
Next
From: Andy Colson
Date:
Subject: Re: IN or EXISTS