Re: Savepoints in transactions for speed? - Mailing list pgsql-performance

From Mike Blackwell
Subject Re: Savepoints in transactions for speed?
Date
Msg-id CANPAkgsod2N+=oviHmhC0uXPAZixe4PPbMt_cx0iRLanyQdnHg@mail.gmail.com
Whole thread Raw
In response to Re: Savepoints in transactions for speed?  (Bob Lunney <bob_lunney@yahoo.com>)
Responses Re: Savepoints in transactions for speed?  (Claudio Freire <klaussfreire@gmail.com>)
List pgsql-performance
Steve Atkins wrote:

> Postgresql isn't going to run out of resources doing a big transaction, in the way some other databases will.

I thought I had read something at one point about keeping the transaction size on the order of a couple thousand because there were issues when it got larger.  As that apparently is not an issue I went ahead and tried the DELETE and COPY in a transaction.  The load time is quite reasonable this way.

Thanks!

Mike

pgsql-performance by date:

Previous
From: Dave Crooke
Date:
Subject: Re: Postgres configuration for 8 CPUs, 6 GB RAM
Next
From: Claudio Freire
Date:
Subject: Re: Savepoints in transactions for speed?