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

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: Batches of single-insert statements vs batches of multi-insert statements
Date: 2016-06-05 21:18:08
Message-ID: CADK3HHLz1xDCaytLCyiiXArh96p4r2wGS-fTntRSDKHLpSh8fQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

It's a snapshot, not a release

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 5 June 2016 at 16:48, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:

> 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 ?
>
>
>
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message jingzhi.zhang@outlook.com 2016-06-06 16:25:07 PrepareStatement.execute() blocked because of long time 'create index' operation, connection leak
Previous Message Thomas Kellerer 2016-06-05 20:48:18 Re: Batches of single-insert statements vs batches of multi-insert statements