Re: [PERFORM] Short row header

2007-06-20 Thread Gregory Stark
"PFC" <[EMAIL PROTECTED]> writes: > I have this "poll results" table with just 3 integer fields, which is > never updated, only inserted/deleted... > Did the Devs consider an option to have VACUUM reduce the row header > sizes for tuples that are long commited and are currently visibl

Re: [PERFORM] Short row header

2007-06-20 Thread Heikki Linnakangas
PFC wrote: I have this "poll results" table with just 3 integer fields, which is never updated, only inserted/deleted... Did the Devs consider an option to have VACUUM reduce the row header sizes for tuples that are long commited and are currently visible to all transactions ? That

[PERFORM] Short row header

2007-06-20 Thread PFC
I have this "poll results" table with just 3 integer fields, which is never updated, only inserted/deleted... Did the Devs consider an option to have VACUUM reduce the row header sizes for tuples that are long commited and are currently visible to all transactions ? (even if this makes th