Some more profiling hotspots - Mailing list pgsql-jdbc

From j.random.programmer
Subject Some more profiling hotspots
Date
Msg-id 20060823204820.64804.qmail@web32001.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Some more profiling hotspots  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
As per my previous email, the biggest JDBC driver
bottleneck is in:

-------------------------------------------------
org.postgresql.core.Encoding.decode
[new string creation in various places]
-------------------------------------------------

But here are some more profiled hotspots (note, the
line numbers
may *not* be accurate but the method names *are*
accurate):

org.postgresql.core.PGStream.ReceiveString (line:
1487)
org.postgresql.core.v3.QueryExecutorImpl.receiveFields
(line: 1364)
org.postgresql.jdbc2.AbstractJdbc2ResultSet.getFixedString

org.postgresql.jdbc2.AbstractJdbc2ResultSet.getTime
(line: 2049)
org.postgresql.jdbc2.TimestampUtils.toTime (line: 404)
org.postgresql.jdbc2.AbstractJdbc2ResultSet.getXXX...


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: "j.random.programmer"
Date:
Subject: Some simple JDBC profiling results
Next
From: Oliver Jowett
Date:
Subject: Re: Some more profiling hotspots