Speeding up schema changes - Mailing list pgsql-sql

From Stefan Arentz
Subject Speeding up schema changes
Date
Msg-id adf34c300709030422p7a5bf9ban915c01547c3cb008@mail.gmail.com
Whole thread Raw
Responses Re: Speeding up schema changes
List pgsql-sql
Is there a way to speed up simple schema changes like ...
ALTER TABLE foo ADD COLUMN bar CHAR(64);

... where foo already contains millions of records?

On a live database changes like this can take hours. Even when the
database is idle.

Is there a better way to do this?
S.


pgsql-sql by date:

Previous
From: "Rodrigo De León"
Date:
Subject: Re: PK & FK & Index Questio
Next
From: Gregory Stark
Date:
Subject: Re: Speeding up schema changes