Re: query from 9.0 fails to return on 9.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bill MacArthur <webmaster(at)dhs-club(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: query from 9.0 fails to return on 9.2
Date: 2012-10-12 20:27:51
Message-ID: 21576.1350073671@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bill MacArthur <webmaster(at)dhs-club(dot)com> writes:
> Here is the top line of the *really long* explain as run on a 9.0 server (it takes only a couple of seconds to return): HashAggregate (cost=1148.97..1149.36 rows=1 width=205)
> However, the same query run on the same machine after upgrade to 9.2.1 never returns. The query was sitting there for 10 hours unbeknownst to me.

I'm wondering what values of join_collapse_limit & from_collapse_limit
you're using on each machine.

If it's not an oops-forgot-to-copy-the-configuration problem, you're
going to need to put together a self-contained test case.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jimy McDermott 2012-10-12 21:48:32 TCPIP connection on local host using md5
Previous Message Bill MacArthur 2012-10-12 19:07:33 query from 9.0 fails to return on 9.2