Re: Nested Loop

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Gauri Kanekar <meetgaurikanekar(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Nested Loop
Date: 2007-03-26 14:05:49
Message-ID: 20070326140549.GA9322@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Nested Loop at 2007-03-26 12:04:39 from Gauri Kanekar

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Gauri Kanekar 2007-03-26 15:03:34 Re: Nested Loop
Previous Message Sorin N. Ciolofan 2007-03-26 12:32:08 ERROR: out of shared memory