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

From Tom Lane
Subject Re: slow, long-running 'commit prepared'
Date
Msg-id 7080.1227707566@sss.pgh.pa.us
Whole thread Raw
In response to slow, long-running 'commit prepared'  ("John Smith" <sodgodofall@gmail.com>)
Responses Re: slow, long-running 'commit prepared'
List pgsql-general
"John Smith" <sodgodofall@gmail.com> writes:
> 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?

It's impossible to say without knowing more about what the transaction
did.  But one piece of data you could check easily is the size of the
2PC state file (look into $PGDATA/pg_twophase/).

            regards, tom lane

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Effect of stopped status collector process
Next
From: Ivan Sergio Borgonovo
Date:
Subject: case when evaluating else condition anyway?