Re: hstore improvements?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: hstore improvements?
Дата
Msg-id 4595.1236974808@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: hstore improvements?  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Heikki Linnakangas wrote:
>> Alvaro Herrera wrote:
>>> Optionally compressing the values would be nice ...
>> 
>> The whole Datum will be toasted/compressed if it gets large enough. Is  
>> that not enough?

> It doesn't always gets large enough, and there's no way to control that.

Maybe not, but putting compression into a datatype is NOT NOT NOT the
answer.  You only want one layer of compression in a system, and that
means if you want more control you need to speak to the TOAST code.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: hstore improvements?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: hstore improvements?