Re: Speed & Memory Management

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Juan Miguel <juanmime(at)ono(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Speed & Memory Management
Date: 2003-04-02 22:20:40
Message-ID: Pine.LNX.4.44.0304030018580.3656-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Juan Miguel writes:

> Well ... but ... reading database theory books, you can see that fixed size
> records are "better" than variant size records.

Theory and practice are only the same in theory. In practice there is a
difference.

Anyway, char(30) means 30 characters, not 30 bytes. So it's not a
fixed-size record anyway. Other factors are out-of-line storage and
automatic compression of long values.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2003-04-02 22:23:19 Re: Speed & Memory Management
Previous Message Juan Miguel 2003-04-02 21:13:17 Re: Speed & Memory Management