Some simple JDBC profiling results

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

Предыдущее
От: Luis Vilar Flores
Дата:
Сообщение: Re: bytea memory improvement
Следующее
От: "j.random.programmer"
Дата:
Сообщение: Some more profiling hotspots