Re: Compression in PG

Поиск
Список
Период
Сортировка
От Jesper Krogh
Тема Re: Compression in PG
Дата
Msg-id 4AEDAD1F.6050602@krogh.cc
обсуждение исходный текст
Ответ на Compression in PG  (Shaul Dar <shauldar@gmail.com>)
Список pgsql-performance
Shaul Dar wrote:
> Hi,
>
> I have several long text fields in my DB that I would love to compress
> (descriptions, URLs etc). Can you tell me what options exists in PG
> (+pointers please), typical effect on space and run time?

variable length text fields .. e.g TEXT will automatically be stored in
a TOAST table and compressed. Search the manual for toast.

--
Jesper

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Compression in PG
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Compression in PG