Re: Can I pause the pg_dump or pg_restore

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Can I pause the pg_dump or pg_restore
Дата
Msg-id gv3akt$bov$3@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Can I pause the pg_dump or pg_restore  ("Chen, Dongdong (GE Healthcare)" <DongdongChen@ge.com>)
Список pgsql-general
On 2009-05-20, Sam Mason <sam@samason.me.uk> wrote:
> On Wed, May 20, 2009 at 03:39:39PM +0100, Howard Cole wrote:
>> Sam Mason wrote:
>> >Note that when used on the pg_dump process all you're doing is stopping
>> >it from writing out the backup.  The server process will still be
>> >running and waiting for the backup to finish writing the data.  It will
>> >thus hold the transaction open and any other state needed to keep things
>> >going.  This should be fine for temporary pauses, but it wouldn't be
>> >recommended to pause the backup for days at a time.
>>
>> Just curious.... why would you want to pause a backup/restore?
>
> Yes, it seems a little perverse.  There seem to be valid use cases,
> disk/cpu time need temporarily elsewhere being one.  As the poem goes;
> "ours not to reason why"... (hum, I think it's supposed to be "theirs
> not to..", ah well).

In that case just invoke it with a sufficiently low priority and let the O/S deal
with that issue.

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Can I pause the pg_dump or pg_restore
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: corruption on data table disconnects other clients silently when page is read