Re: Performance problem, what to do? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Performance problem, what to do?
Date
Msg-id 13424.1008689814@sss.pgh.pa.us
Whole thread Raw
In response to Re: Performance problem, what to do?  (Archibald Zimonyi <archie@netg.se>)
Responses Re: Performance problem, what to do?
List pgsql-sql
Archibald Zimonyi <archie@netg.se> writes:
> On demand, I'll post the database structure as well as the SQL query which
> creates the slow respons. I'll add them as attachments (do they come at
> all?).

You're forcing the join order by using explicit JOIN syntax.
Rearranging the join order might yield a better plan.  See
http://www.postgresql.org/users-lounge/docs/7.1/postgres/explicit-joins.html
        regards, tom lane


pgsql-sql by date:

Previous
From: GB Clark II
Date:
Subject: Re: Constructing a backup routine
Next
From: Archibald Zimonyi
Date:
Subject: Re: Performance problem, what to do?