From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Michael Schmidt <MichaelMSchmidt(at)msn(dot)com> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Field order |
Date: | 2005-08-17 20:24:58 |
Message-ID: | 20050817202458.GA15346@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Aug 17, 2005 at 12:09:12 -0600,
Michael Schmidt <MichaelMSchmidt(at)msn(dot)com> wrote:
> I've searched the archives and found this question was asked in 2001 but never answered. Does the order of fields in a table make a difference? In Paradox (from whence I come), there was some belief that reliability was increased if memo (text) fields were placed at the end of the table. If field order does make a difference, does the EMS PostgreSQL manager "reorder" function physically rearrange the fields?
>
> Thanks for your time in considering this basic question
Some space can be saved by putting the columns with the largest alignments
first.
The columns are not moved around to do the above, but are kept in the
declared order.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-08-17 20:25:48 | Re: How to "ping" the database |
Previous Message | Mario Guenterberg | 2005-08-17 19:48:35 | Re: postgres 8.x on debian |