Re: Transaction Blocks

From: "Jay O'Connor" <joconnor(at)cybermesa(dot)com>
To: PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transaction Blocks
Date: 2003-07-08 20:17:32
Message-ID: 20030708131732.K23181@altaica
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2003.07.07 11:56 Mat wrote:
> I believe that its more efficient to group INSERT's together and COMMIT
> them in groups.
> However, I am automatically entering a lot of data and some of its is
> not unique. How can I reap the benefits of using BEGIN and COMMIT
> without the whole block of transactions failing if one is duplicated.

Best I could guess would be that you'll need to pre-process the data to
ensure that the data is good.

Take care,
Jay

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Clay Luther 2003-07-08 22:35:56 C Triggers Cancelling Transactions?
Previous Message The Hermit Hacker 2003-07-08 19:31:08 Re: Website (DNS) is hosed!!!