Re: Enabling and disabling run time configuration parameters. - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Enabling and disabling run time configuration parameters.
Date
Msg-id 20030605163934.GE4178@libertyrms.info
Whole thread Raw
In response to Enabling and disabling run time configuration parameters.  (Yusuf <yusuf0478@netscape.net>)
List pgsql-performance
On Thu, Jun 05, 2003 at 11:35:22AM -0400, Yusuf wrote:
> I have discovered that I could optimize queries by adjusting the
> following parameters such as enable_seqscan, enable_hashjoin,
> enable_mergejoin and enable_nestloop.
>
> Is it a good idea, to temporarily adjust those values before running a
> query to spend up the execution time?  I've searched online and wasn't
> able to find articles about it.

It sounds like you need more general tuning.  If the planner is
making mistakes, it'd be nice to know about it.  Could you post some
details?

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Enabling and disabling run time configuration parameters.
Next
From: Josh Berkus
Date:
Subject: Re: Enabling and disabling run time configuration parameters.