Re: Fixed length data types issue

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Fixed length data types issue
Дата
Msg-id 4501BFA2.3010009@dunslane.net
обсуждение исходный текст
Ответ на Re: Fixed length data types issue  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Fixed length data types issue  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-hackers
Bruce Momjian wrote:
>
> No one has mentioned that we page value on disk to match the CPU
> alignment.  This is done for efficiency, but is not strictly required.
>
>   
From time to time the idea of a logical vs physical mapping for columns 
has been mentioned. Among other benefits, that might allow us to do some 
rearrangement of physical ordering to reduce space wasted on alignment 
in some cases. There might be a small addition on computation required, 
but I suspect it would be lost in the noise, and swamped by any 
increased efficiency we got from putting more tuples in a page.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixed length data types issue
Следующее
От: Gevik Babakhani
Дата:
Сообщение: Proposal for GUID datatype