Re: Bunching "transactions"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean-David Beyer <jeandavid8(at)verizon(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Bunching "transactions"
Date: 2007-10-25 16:21:53
Message-ID: 17406.1193329313@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jean-David Beyer <jeandavid8(at)verizon(dot)net> writes:
> But what is the limitation on such a thing?

AFAIR, the only limit on the size of a transaction is 2^32 commands
(due to CommandCounter being 32 bits).

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Chris Browne 2007-10-25 17:55:23 Re: Bunching "transactions"
Previous Message Heikki Linnakangas 2007-10-25 16:06:11 Re: Bunching "transactions"