Re: Need help with one query

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Anne Rosset <arosset(at)collab(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Richard Huxton <dev(at)archonet(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Need help with one query
Date: 2009-03-23 17:15:20
Message-ID: 603c8f070903231015h417f759cqd4519d24aefa6b5d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Mar 23, 2009 at 1:08 PM, Anne Rosset <arosset(at)collab(dot)net> wrote:
> enable_nestloop = off

That may be the source of your problem. Generally setting enable_* to
off is a debugging tool, not something you ever want to do in
production.

...Robert

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Brian Cox 2009-03-23 19:34:03 multiple threads inserting into the same table
Previous Message Anne Rosset 2009-03-23 17:08:59 Re: Need help with one query