Re: Speed & Memory Management - Mailing list pgsql-admin

From Juan Miguel
Subject Re: Speed & Memory Management
Date
Msg-id 200304022313.17633.juanmime@ono.com
Whole thread Raw
In response to Speed & Memory Management  ("Kris" <kkiger@depauw.edu>)
Responses Re: Speed & Memory Management  (Peter Eisentraut <peter_e@gmx.net>)
Re: Speed & Memory Management  (Andrew Biagioni <andrew.biagioni@e-greek.net>)
List pgsql-admin
> That would buy you absolutely nothing.  char() is not faster than text.
> Instead you would make everything slower because the system would
> constantly have to pad and trim your values and it would bloat the storage
> with the extra spaces.

First, sorry about my english.

Well ... but ... reading database theory books, you can see that fixed size
records are "better" than variant size records. When the records are size
fixed,  inserts, updates and deletes can recalculate easier the position of
the rest records in the pages. These books tell you that in general cases,
variant record size tables (records that have variant type colums, for
example) imply a lower performance in the system ...

Why in postgresql these things don't matter ?

Thanks.


pgsql-admin by date:

Previous
From: "lists"
Date:
Subject: restore time
Next
From: Peter Eisentraut
Date:
Subject: Re: Speed & Memory Management