Re: bytea performance tweak

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: bytea performance tweak
Дата
Msg-id BANLkTimryw=Sm5q4v53PQNkdi+RjAfgJBA@mail.gmail.com
обсуждение исходный текст
Ответ на bytea performance tweak  (Andreas Schmitz <schmitz@occamlabs.de>)
Ответы Re: bytea performance tweak  (Craig Ringer <craig@postnewspapers.com.au>)
Re: bytea performance tweak  (Andreas Schmitz <schmitz@occamlabs.de>)
Список pgsql-jdbc
On 22 June 2011 01:08, Andreas Schmitz <schmitz@occamlabs.de> wrote:
> 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?

Surprising. How did you benchmark it?

Oliver

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

Предыдущее
От: Andreas Schmitz
Дата:
Сообщение: bytea performance tweak
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: bytea performance tweak