Re: Move pg_attribute.attcompression to earlier in struct for reduced size?

Поиск
Список
Период
Сортировка
Искать
От
Andres Freund
Тема
Re: Move pg_attribute.attcompression to earlier in struct for reduced size?
Дата
в 21:28:57
Msg-id
20210517212857.qyk4fxykfbxhmxof@alap3.anarazel.de
Ответ на
Список
Дерево обсуждения
Re: Move pg_attribute.attcompression to earlier in struct for reduced size? Ranier Vilela <ranier.vf@gmail.com>
Re: Move pg_attribute.attcompression to earlier in struct for reduced size? Ranier Vilela <ranier.vf@gmail.com>
Hi,

On 2021-05-17 17:06:32 -0400, Tom Lane wrote:
> Putting it just after attalign seems like a reasonably sane choice
> from the standpoint of grouping things affecting physical storage;
> and as you say, that wins from the standpoint of using up alignment
> padding rather than adding more.

Makes sense to me.


> Personally I'd think the most consistent order in that area would
> be attbyval, attalign, attstorage, attcompression; but perhaps it's
> too late to swap the order of attstorage and attalign.

Given that we've put in new fields in various positions on a fairly
regular basis, I don't think swapping around attalign, attstorage would
cause a meaningful amount of additional pain.  Personally I don't have a
preference for how these are ordered.

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления
От: Chapman Flack
Дата:
От: Tom Lane
Дата:
FAQ