Re: Reduce heap tuple header size

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Reduce heap tuple header size
Дата
Msg-id 3D13324A.1C126728@Yahoo.com
обсуждение исходный текст
Ответ на Re: Reduce heap tuple header size  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Reduce heap tuple header size  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Tom Lane wrote:
>
> 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.

Did someone run at least pgbench with/without that patch applied?


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] pg_dumpall should permit quiet operation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: contrib/DBMirror