Re: BUG #4945: Parallel update(s) gone wild - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #4945: Parallel update(s) gone wild
Date
Msg-id 1248761635.10632.248.camel@wallace.localnet
Whole thread Raw
In response to BUG #4945: Parallel update(s) gone wild  ("dan boeriu" <dan.boeriu@roost.com>)
List pgsql-bugs
Please reply to the list, not directly to me.

> I don't think is that simple. The VERY SAME statement runs twice - one
> finishes in about 20 secs the other doesn't finish in 24 hours.

Yep, OK, so it's not just a planning or scaling issue.

Have you checked pg_locks ?

  SELECT * FROM pg_locks;

What does pg_stat_activity indicate about the query?

  SELECT * FROM pg_stat_activity;

> The plan might change from one execution to the other - is there a way
> to get the executed plan at runtime?

I think there is in 8.4, but I haven't moved up to it and tested yet.
Not in previous versions.

--
Craig Ringer

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BUG #4945: Parallel update(s) gone wild
Next
From: "Jim Michaels"
Date:
Subject: BUG #4947: libpq PQntuples should return 64-bit number