Re: Free space management within heap page - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: Free space management within heap page
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Free space management within heap page  (Heikki Linnakangas <[email protected]>)
List pgsql-hackers

On 1/23/07, Heikki Linnakangas <[email protected]> wrote:
ITAGAKI Takahiro wrote:
> BLCKSZ is typically 8192 bytes and sizeof(ItemPointerData) is 4 bytes.
> 1/4 comes from 8192 / 4 = 2048. If we allow zero-size tuples, the line
> pointers area can bloat up to the ratio. We have tuples no less than
> 32 bytes-size, so the area is restricted 256 bytes now.

sizeof(ItemPointerData) == 6 bytes


I guess ITAGAKI meant sizeof(ItemIdData) which is 4 bytes. Thats the data type
for the line pointer.

Thanks,
Pavan

EnterpriseDB     http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: Piggybacking vacuum I/O
Next
From: Iannsp
Date:
Subject: About PostgreSQL certification