Some simple JDBC profiling results - Mailing list pgsql-jdbc

From j.random.programmer
Subject Some simple JDBC profiling results
Date
Msg-id 20060823195511.93081.qmail@web32004.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Some simple JDBC profiling results  (Oliver Jowett <oliver@opencloud.com>)
List 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

pgsql-jdbc by date:

Previous
From: Luis Vilar Flores
Date:
Subject: Re: bytea memory improvement
Next
From: "j.random.programmer"
Date:
Subject: Some more profiling hotspots