Re: Extending to 32K row limit - Mailing list pgsql-hackers

From Don Baccus
Subject Re: Extending to 32K row limit
Date
Msg-id 3.0.1.32.20000808105116.01446e00@mail.pacifier.com
Whole thread Raw
In response to Re: Extending to 32K row limit  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
At 11:17 AM 8/8/00 -0700, G. Anthony Reina wrote:
>Thanks Don. One more question: Does Postgres set aside an entire 8 K (or
32 K) of
>hard disk space for the row; or, does it just use what's needed to store the
>information? For example, if I only have one integer value in a row, does
Postgres
>set aside 8K of harddrive space or just sizeof(int) space (with some
pointer where
>other values in the row could be placed on the disk)?

No, it does not allocate a fixed 8K (or 32K) block per row.   The size of a
row is dependent on the data stored within the row.  Each row also contains
a header of modest length.



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: "G. Anthony Reina"
Date:
Subject: Re: Extending to 32K row limit
Next
From: "Darren King"
Date:
Subject: RE: Extending to 32K row limit