Re: Adding Column on Huge Table

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Adding Column on Huge Table
Дата
Msg-id 6fff7b00a759e89f6468757602ac752c8d4ffdfc.camel@cybertec.at
обсуждение исходный текст
Ответ на Adding Column on Huge Table  (Moin Akther <moindba@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Aliza Abulafia
Дата:
Сообщение: PostgreSQL high availability solutions for high rates.
Следующее
От: Alex Balashov
Дата:
Сообщение: Re: Adding Column on Huge Table