Re: slow, long-running 'commit prepared' - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: slow, long-running 'commit prepared'
Date
Msg-id 20081126033223.GB11225@shinkuro.com
Whole thread Raw
In response to slow, long-running 'commit prepared'  ("John Smith" <sodgodofall@gmail.com>)
List pgsql-general
On Tue, Nov 25, 2008 at 07:17:20PM -0800, John Smith wrote:
> I have a pg instance with 700GB of data, almost all of which is in one
> table. When I PREPARE and then COMMIT PREPARED a transaction that
> reads & writes to a large fraction of that data (about 10%,
> effectively randomly chosen rows and so every file in the table is
> modified), the COMMIT PREPARED sometimes takes a very long time--2 to
> 5 minutes. Is this expected? Is it possible for the commit to hang
> waiting on some lock for this long? I haven't yet been able to examine
> pg_locks during this 5 minute delay. There is very little
> concurrency--only a couple of open sessions--when the COMMIT PREPARED
> is issued.

You could be I/O bound.  Have a look at iostat and sar.

A
--
Andrew Sullivan
ajs@crankycanuck.ca

pgsql-general by date:

Previous
From: "John Smith"
Date:
Subject: slow, long-running 'commit prepared'
Next
From: Clemens Schwaighofer
Date:
Subject: Postgres 8.3 only uses seq scan