Re: Cleaning up large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cleaning up large objects
Дата
Msg-id 4987.1092233931@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cleaning up large objects  ("Ole Streicher" <ole-usenet-spam@gmx.net>)
Список pgsql-jdbc
"Ole Streicher" <ole-usenet-spam@gmx.net> writes:
> What is a reasonable value for these settings in my case?

I'd try bumping up max_fsm_pages to a million or so.  That would
definitely be enough for a 10Gb database.  You could probably get
away with less but I'm not sure it's worth worrying about.

If you are running 7.4 then a "vacuum verbose" will give you some
data (at the very end of its lengthy printout) about FSM consumption,
which you could use if you want to size more carefully.

> Is it possible to run the vacuum with a lower priority (while all other
> postgres queries keeping the normal priority)?

No.  In 8.0 there will be some tuning parameters that will help with
that, but not in current releases...

            regards, tom lane

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Large Tables
Следующее
От: Elie Nacache
Дата:
Сообщение: Re: [GENERAL] Resultset problem or BUG !