Re: BUG #2259: never ending select from selects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michal Dvoracek" <michal(dot)dvoracek(at)capitol(dot)cz>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2259: never ending select from selects
Date: 2006-02-15 18:29:20
Message-ID: 14974.1140028160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Michal Dvoracek" <michal(dot)dvoracek(at)capitol(dot)cz> writes:
> this query runs very long time - after hour i cancelled it.

The EXPLAIN output is just about unreadable as you've posted it ---
could you fix that and repost? Also please provide EXPLAIN ANALYZE
output for all the cases that do finish in a reasonable amount of
time, especially the one where you made temporary tables. Also,
what are the table schemas (particularly, what indexes do they have)?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephen Frost 2006-02-15 18:32:09 BUG #2246: Only call pg_fe_getauthname if none given
Previous Message Tom Lane 2006-02-15 18:21:48 Re: BUG #2260: PGCrypto Memory Problem