Re: Reduce heap tuple header size - Mailing list pgsql-patches

From Tom Lane
Subject Re: Reduce heap tuple header size
Date
Msg-id 19025.1024667076@sss.pgh.pa.us
Whole thread Raw
In response to Re: Reduce heap tuple header size  (Jan Wieck <JanWieck@Yahoo.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reduce heap tuple header size
Next
From: Jan Wieck
Date:
Subject: Re: Reduce heap tuple header size