Re: [GENERAL] savepoints in 8.3.7 or whatever...

2009-07-15 Thread Scott Marlowe
On Wed, Jul 15, 2009 at 12:05 PM, John R Pierce wrote: > we have an app thats doing massive amounts of inserts, batched in > transactions, multiple concurrent connections (tuned for optimal throughput, > usually around 1 thread per cpu core plus a couple more).   occasionally a > transaction gets d

Re: [GENERAL] savepoints in 8.3.7 or whatever...

2009-07-15 Thread Alvaro Herrera
John R Pierce wrote: > we have an app thats doing massive amounts of inserts, batched in > transactions, multiple concurrent connections (tuned for optimal > throughput, usually around 1 thread per cpu core plus a couple more). > occasionally a transaction gets duplicated, and that causes a

[GENERAL] savepoints in 8.3.7 or whatever...

2009-07-15 Thread John R Pierce
we have an app thats doing massive amounts of inserts, batched in transactions, multiple concurrent connections (tuned for optimal throughput, usually around 1 thread per cpu core plus a couple more). occasionally a transaction gets duplicated, and that causes a constraint violation which cau