Re: transaction limits? - Mailing list pgsql-general

From Mark Rae
Subject Re: transaction limits?
Date
Msg-id 20051021111732.GA11147@purplebat.com
Whole thread Raw
In response to Re: transaction limits?  (Nicolas Barbier <nicolas.barbier@gmail.com>)
List pgsql-general
On Fri, Oct 21, 2005 at 12:25:36PM +0200, Nicolas Barbier wrote:
> On 10/21/05, Richard Huxton <dev@archonet.com> wrote:
> > jeff sacksteder wrote:
> > > Are there known limits to how many rows can be inserted by one transaction,
>
> > Well, the system will need to be able to roll back the transaction, ...
>
> Just by not indicating that a transaction did commit, others will keep
> ignoring its rows. There is nothing to rollback here, thanks to MVCC.

Also, I've just done 300 million row INSERTs, from a 'mysqldump', inside
a single transaction. So there doesn't appear to be any implementation
problems that would stop you from reaching the theoretical table limits.

    -Mark

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: transaction limits?
Next
From: han.holl@informationslogik.nl
Date:
Subject: Re: Strange order of execution with rule