Re: isSingleXXX in AbstractJdbc1Statement

From: "Chris Smith" <cdsmith(at)twu(dot)net>
To: "Oliver Jowett" <oliver(at)opencloud(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: isSingleXXX in AbstractJdbc1Statement
Date: 2004-02-17 22:52:36
Message-ID: 018c01c3f5a8$bce6d0a0$6f00000a@KYA
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:
> I can only speculate, since the java profiling tools are so bad -- I'm
> yet to get a good CPU profile out of this bit of code. It all *seems*
> fairly cheap so I can only guess that it's an accumulation of many
> small operations along the way. Object creation doesn't seem to be
> the root of the problem, as even with heap settings that avoid GCing
> frequently it's chewing CPU the whole time, not just during GCs.
>
> I should really do some more profiling of this area, I've just been
> avoiding it because it's so painful to do..

Fair enough. When I finish this patch, I'll certainly do some comparative
testing and look forward to your own experiences. Finishing is starting to
look not *so* far away any longer -- I just need to get batch updates and
updatable result sets working, do the prepared statement and cursor stuff for
v3 extended query, and then test and clean up.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message jo raj 2004-02-18 12:29:43 Problem with connecting with Postgresql using JDBC
Previous Message Oliver Jowett 2004-02-17 22:44:37 Re: isSingleXXX in AbstractJdbc1Statement