Re: How many fields in a table are too many - Mailing list pgsql-general

From Tom Lane
Subject Re: How many fields in a table are too many
Date
Msg-id 23551.1056824517@sss.pgh.pa.us
Whole thread Raw
In response to Re: How many fields in a table are too many  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: How many fields in a table are too many  (weigelt@metux.de)
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Alvaro Herrera wrote:
>> This means that when you do ALTER TABLE ... SET/DROP NOT NULL the table
>> may have to be completely rewritten?

> I don't think we would change any physical ordering with ALTER TABLE ---
> just do it when the table is created, if possible.

Right, I was just thinking of this as an optimization we'd apply during
initial table creation.  Renumbering columns later on would be a huge
mess, far more work than the optimization is worth.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How many fields in a table are too many
Next
From: Jan Wieck
Date:
Subject: Re: How many fields in a table are too many