Re: Variable length varlena headers redux

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Variable length varlena headers redux
Дата
Msg-id 200702131546.40789.peter_e@gmx.net
обсуждение исходный текст
Ответ на Variable length varlena headers redux  (Gregory Stark <gsstark@mit.edu>)
Ответы Re: Variable length varlena headers redux
Список pgsql-hackers
Gregory Stark wrote:
> a) To have two sets of macros, one of which, VARATT_DATA and
> VARATT_SIZEP are for constructing new tuples and behaves exactly as
> it does now. So you always construct a four-byte header datum. Then
> in heap_form*tuple we check if you can use a shorter header and
> convert. VARDATA/VARSIZE would be for looking at existing datums and
> would interpret the header bits.

Has any thought been given to headers *longer* than four bytes?  I don't 
exactly recall a flood of field reports that one gigabyte per datum is 
too little, but as long as the encoding of variable length data is 
changed, one might as well prepare a little for the future.

Of course, that would put a dent into any plan that wants to normalize 
the header to four bytes somewhere along the way.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Variable length varlena headers redux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Foreign keys for non-default datatypes, redux