Some more profiling hotspots

Поиск
Список
Период
Сортировка
От j.random.programmer
Тема Some more profiling hotspots
Дата
Msg-id 20060823204820.64804.qmail@web32001.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Some more profiling hotspots
Список 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 по дате отправления:

Предыдущее
От: "j.random.programmer"
Дата:
Сообщение: Some simple JDBC profiling results
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Some more profiling hotspots