Re: Hot disable WAL archiving

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Hot disable WAL archiving
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B53862193@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Hot disable WAL archiving  (Job <Job@colliniconsulting.it>)
Ответы R: Hot disable WAL archiving
Список pgsql-general
Job wrote:
> is there a way in Postgresql-9.5 to disable temporarily WAL archiving to speed up pg_bulkload with
> restarting database engine?

You can set 'archive_command=/bin/true' and reload, then no WAL
archives will be written.

Make sure to perform a base backup as soon as your bulk load
is finished.

Yours,
Laurenz Albe

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

Предыдущее
От: Job
Дата:
Сообщение: Hot disable WAL archiving
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Question about RUM-index