| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера