bytea performance tweak

Поиск
Список
Период
Сортировка
От Andreas Schmitz
Тема bytea performance tweak
Дата
Msg-id 20110621130713.GB3919@summalogicae.occamlabs.local
обсуждение исходный текст
Ответы Re: bytea performance tweak  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Hi,

I've noticed that fetching a bytea field produces a lot of overhead when
converting into a byte[] or InputStream. Looking at the code, I've
produced a small patch (a lookup table for the hex codes) which makes
the conversion faster. What do you think?

Best regards, Andreas

Вложения

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

Предыдущее
От: Bruce Adams
Дата:
Сообщение: Re: Failover Datasource?
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: bytea performance tweak