Re: DDL in active production database

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: DDL in active production database
Дата
Msg-id CAKFQuwY8t-9qzO3mBFx2=kGKn5EG7joCj7amo_xWuM=N0DK3Mw@mail.gmail.com
обсуждение исходный текст
Ответ на DDL in active production database  ("Skelton, Adam J" <Adam.Skelton@fisglobal.com>)
Список pgsql-sql
On Sunday, September 24, 2023, Skelton, Adam J <Adam.Skelton@fisglobal.com> wrote:

 Does Postgres have problems with creation / changes to database schema objects when the database is actively being used?


It doesn’t have problems.  It does require locks that can preclude active use of those table for selects and updates while the DDL is processing.  Whether that is an issue for your application depends on the application.  And the duration required depending upon table size and the specific command.

David J.
 

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

Предыдущее
От: "Skelton, Adam J"
Дата:
Сообщение: DDL in active production database
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Sv: DDL in active production database