bytea and text

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема bytea and text
Дата
Msg-id 4B0E946A.8020905@gmail.com
обсуждение исходный текст
Ответы Re: bytea and text  (Brian Modra <epailty@googlemail.com>)
Re: bytea and text  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi list,

I'm asking myself what solution for storing pictures is the best:

* using a BYTEA column type, and having no intrinsic compression gain
   because a picture it almost every time already compressed,

* using a TEXT column type, and store a Base64(picture) in it; it should
   take benefits of intrinsic compression (?).

JY
--

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

Предыдущее
От: Nathaniel Trellice
Дата:
Сообщение: Re: Bit count
Следующее
От: Brian Modra
Дата:
Сообщение: Re: bytea and text