Re: Reduce heap tuple header size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reduce heap tuple header size
Дата
Msg-id 19025.1024667076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Reduce heap tuple header size  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-patches
Jan Wieck <JanWieck@Yahoo.com> writes:
> Do we have any hard numbers on that? Is it just access to the header
> fields, or do we loose the offset cacheability of all fixed size fields
> at the beginning of a row? In the latter case count me into the
> slowness-believer camp.

I don't believe the patch would have made the header variable size,
only changed what the fixed size is.  The slowdown I was worried about
was just a matter of a couple extra tests and branches in the tqual.c
routines; which would be negligible if they weren't such hotspots.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reduce heap tuple header size
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Reduce heap tuple header size