Re: Restriction on transaction size???? - Mailing list pgsql-general

From Tom Lane
Subject Re: Restriction on transaction size????
Date
Msg-id 19483.1046878930@sss.pgh.pa.us
Whole thread Raw
In response to Restriction on transaction size????  (David Ecker <david@ecker-software.de>)
List pgsql-general
David Ecker <david@ecker-software.de> writes:
> how many querys can be executed inside one transaction??

2^32 - 1.

> It looks like after the commit that 20% of insert querys didn't actually
> got inserted (at 3500 querys in one transaction 2000 select, 1500 insert
> and only ) and the querys  are error free.

Dunno what your problem is, but it's not a matter of too many queries.

            regards, tom lane

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: My employment with PeerDirect
Next
From: "scott.marlowe"
Date:
Subject: Re: Help me!