Re: Slow performance updating CLOB data

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Slow performance updating CLOB data
Date: 2016-07-18 08:53:49
Message-ID: 20160718085349.5914705.33027.20620@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


‎Is there a reason of using updateable resultset?
Simple update table set... should work just fine.

PS. Having table -> PK cache in pgjdbc would be good.

‎Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nicola Zanaga 2016-07-18 10:27:20 R: Slow performance updating CLOB data
Previous Message Thomas Kellerer 2016-07-18 08:43:32 Re: Slow performance updating CLOB data