Re: Interesting tight loop - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Interesting tight loop
Date
Msg-id 87r6yesoak.fsf@enterprisedb.com
Whole thread Raw
In response to Interesting tight loop  (Theo Schlossnagle <jesus@omniti.com>)
Responses Re: Interesting tight loop  (Theo Schlossnagle <jesus@omniti.com>)
List pgsql-hackers
Theo Schlossnagle <jesus@omniti.com> writes:

> But the interesting thing is that there were 4.6 million elements in the
> s->childXids list.  Which is why it took so damn long.  I can't  quite figure
> out how I induced this state.  It is an OLAP server with  about 10-20
> connection that run "long" queries (from 5 seconds to 24  hours).

Wow, I think that means you've had 4.6 million subtransactions within the
current transaction. Is this a PL/PgSQL function or a script that uses
SAVEPOINT a lot?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Fixed length data types issue
Next
From: Gregory Stark
Date:
Subject: Re: CSStorm occurred again by postgreSQL8.2