Re: JDBC and positioned updates

From: Hédi HACHENI <hacheni(at)kopileft(dot)com>
To: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC and positioned updates
Date: 2015-12-26 08:07:52
Message-ID: 567E4AD8.50403@kopileft.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

All of these parameters depends on what table we're going through! Our
main problem is that we cannot achieve positioned updates using the JDBC
implementation.
On 12/26/2015 09:04 AM, Vladimir Sitnikov wrote:
> What are your requirements on
> 1) the number or rows selected
> 2) the number of row updates
> 3) end-to-end duration of the update dance
> ?
>
> Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2015-12-26 08:21:12 Re: JDBC and positioned updates
Previous Message Vladimir Sitnikov 2015-12-26 08:04:00 Re: JDBC and positioned updates