Speeding up schema changes

Поиск
Список
Период
Сортировка
От Stefan Arentz
Тема Speeding up schema changes
Дата
Msg-id adf34c300709030422p7a5bf9ban915c01547c3cb008@mail.gmail.com
обсуждение исходный текст
Ответы Re: Speeding up schema changes  (Gregory Stark <stark@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Rodrigo De León"
Дата:
Сообщение: Re: PK & FK & Index Questio
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Speeding up schema changes