Re: Alternative variable length structure

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Alternative variable length structure
Дата
Msg-id 43208164.5090303@dunslane.net
обсуждение исходный текст
Ответ на Alternative variable length structure  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Список pgsql-hackers

ITAGAKI Takahiro wrote:

># select * from pgstattuple('txttbl');
>-[ RECORD 1 ]------+------
>table_len          | 8192
>tuple_count        | 1
>tuple_len          | 57    <-- 28 + (5+3) + (5+3) + (5+3) + (5)
>...
>
># select * from pgstattuple('strtbl');
>-[ RECORD 1 ]------+------
>table_len          | 8192
>tuple_count        | 1
>tuple_len          | 36    <-- 28 + 2 + 2 + 2 + 2
>  
>
>

What's the break even point in datum length between the two styles of 
header?

And what is the processing overhead of using variable header length?

cheers

andrew


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

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: Re: Attention PL authors: want to be listed in template table?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: initdb profiles