Re: Reducing data type space usage

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Reducing data type space usage
Дата
Msg-id 87bqpgx8pu.fsf@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Reducing data type space usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Reducing data type space usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Gregory Stark <stark@enterprisedb.com> writes:
>> The user would have to decide that he'll never need a value over 127 bytes
>> long ever in order to get the benefit.
>
> Weren't you the one that's been going on at great length about how
> wastefully we store CHAR(1) ?  Sure, this has a somewhat restricted
> use case, but it's about as efficient as we could possibly get within
> that use case.

Sure, but are you saying you would have this in addition to do variable sized
varlena headers?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: log_duration is redundant, no?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: The enormous s->childXids problem