Restriction on transaction size????

Started by David Eckerabout 23 years ago2 messagesgeneral
Jump to latest
#1David Ecker
david@ecker-software.de

Hi,

how many querys can be executed inside one transaction??

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.

Executing each query as one transaction, everything seems to work fine.

thx
David Ecker

PS. I am running version 7.2.1 on cygwin/win32

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: David Ecker (#1)
Re: Restriction on transaction size????

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