WAL segments pile up during standalone mode

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема WAL segments pile up during standalone mode
Дата
Msg-id 1299085966-sup-8520@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: WAL segments pile up during standalone mode  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
I noticed that in standalone mode, WAL segments don't seem to be
recycled.  This could get problematic if you're forced to vacuum large
tables in that mode and space for WAL is short.

I can reproduce in HEAD easily by doing a large bulk insertion in
standalone mode.  If I stop the server, start in normal mode and
shutdown (or checkpoint), the extra segments go away as expected.

This was reported in pgsql-es-ayuda yesterday.

-- 
Álvaro Herrera <alvherre@alvh.no-ip.org>


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

Предыдущее
От: Marios Vodas
Дата:
Сообщение: Re: Problem with composite type creation in C under Linux
Следующее
От: Andrey Popp
Дата:
Сообщение: [PATCH] Add tab completion support for JOIN