Re: Multiple Row Insert vs. Batch

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Robert DiFalco <robert(dot)difalco(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Multiple Row Insert vs. Batch
Date: 2015-06-06 17:29:44
Message-ID: CADK3HHK3GGaEjCyPStaFx0MqBvJ07uB2bH-wmgLUkrpAsEASuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

batch should be faster and if it isn't we did something wrong

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On 6 June 2015 at 12:34, Robert DiFalco <robert(dot)difalco(at)gmail(dot)com> wrote:

> Say I need to insert 250 rows. Is single-statement multiple row insert or
> JDBC batch likely to be faster?
>
> Thanks!
>
> R.
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vitalii Tymchyshyn 2015-06-06 17:34:01 Re: Multiple Row Insert vs. Batch
Previous Message Robert DiFalco 2015-06-06 16:34:47 Multiple Row Insert vs. Batch