Re: SUBSTRING performance for large BYTEA

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SUBSTRING performance for large BYTEA
Дата
Msg-id 15222.1187455749@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SUBSTRING performance for large BYTEA  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: SUBSTRING performance for large BYTEA
Re: SUBSTRING performance for large BYTEA
Список pgsql-general
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Should we consider setting storage external by default for the type?

No.  That would be counterproductive for the more typical case of bytea
values in the range of some-small-number-of-kilobytes.  Or at least
I think that's more typical than values that are so large you have to go
out of your way to fetch them in chunks.

            regards, tom lane

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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: language interface in postgresql
Следующее
От: Shane Ambler
Дата:
Сообщение: Re: Blobs in Postgresql