Transaction Blocks

From: Mat <psql-mail(at)freeuk(dot)com>
To: pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Transaction Blocks
Date: 2003-07-07 18:56:44
Message-ID: 1057604204.3158.4.camel@Arakis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Thanks!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-07-07 19:58:24 Re: PostgreSQL vs. MySQL
Previous Message Richard Huxton 2003-07-07 18:38:35 SQL Functions and plan time