Re: Performance problem with timestamps in result sets

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Performance problem with timestamps in result sets
Дата
Msg-id 060a01c642bf$b3060220$9001a8c0@zaphod
обсуждение исходный текст
Ответ на Performance problem with timestamps in result sets  ("Thomas Dudziak" <tomdzk@gmail.com>)
Ответы Re: Performance problem with timestamps in result sets
Список pgsql-jdbc
Thomas Dudziak wrote:

> -> AbstractJdbc2ResultSet.getTimestamp(int) : 7130ms | 8190 calls
>
> Now my question is, is there something to make this faster ? Nearly
> 1sec for a ResulSet.getTimestamp call is too much for us.

This should be 1 ms per getTimestamp call, shouldn't it? The time is the
aggregate time for ~8000 calls. That is still rather slow, yeah, but it is
so with profiling.

Best Regards,
Michael Paesold



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Thomas Dudziak"
Дата:
Сообщение: Performance problem with timestamps in result sets
Следующее
От: "Thomas Dudziak"
Дата:
Сообщение: Re: Performance problem with timestamps in result sets