Re: database size growing continously

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: database size growing continously
Дата
Msg-id 603c8f070911021234w987bc75td160dc91114f16fd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: database size growing continously  (Peter Meszaros <pme@prolan.hu>)
Список pgsql-performance
On Mon, Nov 2, 2009 at 7:50 AM, Peter Meszaros <pme@prolan.hu> wrote:
> Increasing max_fsm_pages can be also helpful, but I've read that
> 'vacuum verbose ...' will issue warnings if max_fsm_pages is too small.
> I've never seen such messag, this command is either run and finish or
> goes to an endless loop as it was written in my initial e-mail.

I don't think it goes into an endless loop.  I think it runs for a
really long time because your database is bloated, in need of
vacuuming, and probably has blown out the free space map.  But since
you haven't let it run to completion you haven't seem the message.

...Robert

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

Предыдущее
От: Anj Adu
Дата:
Сообщение: Re: database size growing continously
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Queryplan within FTS/GIN index -search.