Re: Reordering columns, will this ever be simple?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, novnov <novnovice(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Reordering columns, will this ever be simple?
Date: 2007-08-09 00:14:24
Message-ID: 20070809001424.GC14445@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 08, 2007 at 11:37:11AM -0500, Scott Marlowe wrote:
> If the danger of implementing this is some subtle bug that eats my
> data, I'd just as soon do without. It's not a feature I've ever felt
> the need for really. And there are lots of cool features I could
> think of I'd want before this.

What I'm more interested in the possibility of rearranging the physical
order of columns at the CREATE TABLE stage to optimise access to
various fields (move fixed width fields to front) and to minimise cost
of padding of said fields.

I imagine this could provide useful savings on wide tables and
multicolumn indexes, but you have to decouple logical and physical
ordering to do it.

But this is a thoroughly dead horse, lets not beat it up again.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Blewett 2007-08-09 00:23:40 Crosstab Question
Previous Message dcrespo 2007-08-08 23:06:24 Solved: Getting the field names for a given table