Re: bytea columns and large values

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: bytea columns and large values
Дата
Msg-id CAHyXU0wCp0mwN5bWTh3F8072rMqXsJHRKiHctVXjtkt3CWXS-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bytea columns and large values  (Dmitriy Igrishin <dmitigr@gmail.com>)
Ответы Re: bytea columns and large values
Список pgsql-general
On Sat, Oct 1, 2011 at 4:27 AM, Dmitriy Igrishin <dmitigr@gmail.com> wrote:
> Hey Merlin,
>
>> The lo interface sucks but it's slightly better on resources for
>> really huge bytea and tends to be more consistently implemented in
>> database drivers.  If I was doing this, I would of course be crafting
>> a carefully generated client in C, using libpqtypes, which is the gold
>> standard for sending bytea against which all others should be judged.
>
> I am sorry, but why the Large Objects interface sucks?

hm, good question. well, it's not sql and is outside the type system.
imo, bytea is really the way to go for sending binary.   also, if it
turns out that we need to add features to send large pieces of data,
it should not be specific to bytea.

merlin

merlin

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: How to find freak UTF-8 character?
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: bytea columns and large values