Re: Performance problem, what to do?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Archibald Zimonyi <archie(at)netg(dot)se>
Cc: postgres sql list <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Performance problem, what to do?
Date: 2001-12-18 15:36:54
Message-ID: 13424.1008689814@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Archibald Zimonyi <archie(at)netg(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Archibald Zimonyi 2001-12-18 15:50:37 Re: Performance problem, what to do?
Previous Message GB Clark II 2001-12-18 14:39:57 Re: Constructing a backup routine