Some simple JDBC profiling results

From: "j(dot)random(dot)programmer" <javadesigner(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Some simple JDBC profiling results
Date: 2006-08-23 19:55:11
Message-ID: 20060823195511.93081.qmail@web32004.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi, just FYI.

I ran a profiler recently on some java code (part of
which was using
the postgres JDBC driver) and saw the following
hotspots within the driver:

org.postgresql.core.Encoding.decode (line: 193)
org.postgresql.core.Encoding.decode (line: 347)

I think there might be excessive new String creation
at those points
cause those 2 lines really light up the profiler.

Best regards,
--j

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message j.random.programmer 2006-08-23 20:48:20 Some more profiling hotspots
Previous Message Rich Rutkowski 2006-08-23 16:51:49 XA Resources