Re: Batch with keygen?

From: Andres Olarte <olarte(dot)andres(at)gmail(dot)com>
To: Dave Cramer <davec(at)fastcrypt(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Batch with keygen?
Date: 2005-11-08 00:45:55
Message-ID: 3fccaa690511071645t461783dfw5de9819296678a10@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This looks like a typical example that will benefit from a stored procedure.
Its a bit more work, but much better performace. You can then batch any
ammount of inserts with very good results

Creating your own keys is normally not a good idea.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Srivats 2005-11-08 12:24:35 passing parameters to function
Previous Message Dave Cramer 2005-11-08 00:01:04 Re: Batch with keygen?