Re: Batches of single-insert statements vs batches of multi-insert statements

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Batches of single-insert statements vs batches of multi-insert statements
Date: 2016-06-05 20:48:18
Message-ID: nj236m$o26$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vladimir Sitnikov schrieb am 05.06.2016 um 20:33:
> The feature is disabled by default (so everybody can give it a try before we make it default), and we plan to activate it by default.
> To activate multi-inserts, you should add reWriteBatchedInserts=true connection parameter.
> You need 9.4.1209-SNAPSHOT version (you can grab that from Maven Central or build from sources).

Is there a reason why that build is not available on https://jdbc.postgresql.org/download.html ?

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2016-06-05 21:18:08 Re: Re: Batches of single-insert statements vs batches of multi-insert statements
Previous Message Christopher Deckers 2016-06-05 20:39:58 Re: Batches of single-insert statements vs batches of multi-insert statements