Re: Nested Loop - Mailing list pgsql-performance

From Michael Fuhr
Subject Re: Nested Loop
Date
Msg-id 20070326140549.GA9322@winnie.fuhr.org
Whole thread Raw
In response to Nested Loop  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Responses Re: Nested Loop  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
List pgsql-performance
On Mon, Mar 26, 2007 at 05:34:39PM +0530, Gauri Kanekar wrote:
> how to speedup nested loop queries and by which parameters.

Please post a query you're trying to tune and the EXPLAIN ANALYZE
output, as well as any changes you've already made in postgresql.conf
or configuration variables you've set in a particular session.
Without more information we can't give much advice other than to
make sure you're vacuuming and analyzing the tables often enough
to keep them from becoming bloated with dead rows and to keep the
statistics current, and to review a configuration checklist such
as this one:

http://www.powerpostgresql.com/PerfList

--
Michael Fuhr

pgsql-performance by date:

Previous
From: Dimitri
Date:
Subject: Re: Sunfire X4500 recommendations
Next
From: "Gauri Kanekar"
Date:
Subject: Re: Nested Loop