Re: severe performance issue with planner - Mailing list pgsql-performance

From Tom Lane
Subject Re: severe performance issue with planner
Date
Msg-id 16579.1080494178@sss.pgh.pa.us
Whole thread Raw
In response to Re: severe performance issue with planner  ("Eric Brown" <bigwhitecow@hotmail.com>)
List pgsql-performance
"Eric Brown" <bigwhitecow@hotmail.com> writes:
> Here's the query as I have changed it now:

Now that you've switched to JOIN syntax, you can cut the planning time
to nil by setting join_collapse_limit to 1.  See
http://www.postgresql.org/docs/7.4/static/explicit-joins.html

            regards, tom lane

pgsql-performance by date:

Previous
From: "Marcus Andree S. Magalhaes"
Date:
Subject: Re: postgres eating CPU on HP9000
Next
From: Josh Berkus
Date:
Subject: Re: postgres eating CPU on HP9000