Re: Fixed length data types issue

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>
Subject: Re: Fixed length data types issue
Date: 2006-09-07 18:05:47
Message-ID: 200609072005.48230.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark wrote:
> By my count postgres would use 154 bytes for this record. Whereas in
> fact there's no need for it to take more than 87 bytes. Almost 100%
> overhead for varattlen headers and the padding they necessitate.

The thing is, 100% extra space is cheap, but the processing power for
making the need for that extra space go away is not.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-07 18:35:12 Re: Fixed length data types issue
Previous Message Jeff Davis 2006-09-07 17:16:40 Re: New Linux Filesystem: NILFS