Re: Hard limit on WAL space used (because PANIC sucks)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hard limit on WAL space used (because PANIC sucks)
Дата
Msg-id 17460.1390341070@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hard limit on WAL space used (because PANIC sucks)  (Greg Stark <stark@mit.edu>)
Ответы Re: Hard limit on WAL space used (because PANIC sucks)  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
Greg Stark <stark@mit.edu> writes:
> Fwiw I think "all transactions lock up until space appears" is *much*
> better than PANICing. Often disks fill up due to other transient
> storage or people may have options to manually increase the amount of
> space. it's much better if the database just continues to function
> after that rather than need to be restarted.

Well, PANIC is certainly bad, but what I'm suggesting is that we just
focus on getting that down to ERROR and not worry about trying to get
out of the disk-shortage situation automatically.  Nor do I believe
that it's such a good idea to have the database freeze up until space
appears rather than reporting errors.
        regards, tom lane



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [9.3 bug] disk space in pg_xlog increases during archive recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Incorrectly reporting config errors