| From: | "j(dot)random(dot)programmer" <javadesigner(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Some more profiling hotspots |
| Date: | 2006-08-23 20:48:20 |
| Message-ID: | 20060823204820.64804.qmail@web32001.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Jowett | 2006-08-23 22:09:49 | Re: Some more profiling hotspots |
| Previous Message | j.random.programmer | 2006-08-23 19:55:11 | Some simple JDBC profiling results |