Re: Adding Column on Huge Table - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Adding Column on Huge Table
Date
Msg-id 6fff7b00a759e89f6468757602ac752c8d4ffdfc.camel@cybertec.at
Whole thread Raw
In response to Adding Column on Huge Table  (Moin Akther <moindba@hotmail.com>)
List pgsql-admin
Moin Akther wrote:
> We want to add a column on table size of 1.5TB, we have to perform this activity with minimal downtime. 
> 
> What are the best practises to add a column on huge table ?
> 
> How much time alter statement will take to add column ?
> 
> Any alternate solution other than alter statement to add column ?
> 
> Will adding a new column on a huge table generate huge WAL files ?

As a quick experiment would have told you, adding a column without a DEFAULT
clause is very fast.  Since v11, it is fast even if the new column has a
DEFAULT clause.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



pgsql-admin by date:

Previous
From: Aliza Abulafia
Date:
Subject: PostgreSQL high availability solutions for high rates.
Next
From: Alex Balashov
Date:
Subject: Re: Adding Column on Huge Table