AW: AW: ALTER TABLE DROP COLUMN

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: AW: ALTER TABLE DROP COLUMN
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633680A0@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> > My conclusion would be that we need both:
> > 1. a fast system table only solution with physical/logical column id
> > 2. a tool that does the cleanup (e.g. vacuum) 
> 
> But the peak space usage during cleanup must still be 2X.

The difference for a cleanup would be, that it does not need to 
be rolled back as a whole (like current vacuum).
A cleanup could be partly done, and resumed later, thus a sofisticated 
cleanup could avoid 2X.

Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: copy and length coercion
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Inserting a select statement result into another ta ble