Re: Auto Vacuum Daemon

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Auto Vacuum Daemon
Дата
Msg-id dcc563d10912021551x1b2c2635k1e6704f59381936e@mail.gmail.com
обсуждение исходный текст
Ответ на Auto Vacuum Daemon  (<A.Bhattacharya@sungard.com>)
Список pgsql-general
On Wed, Dec 2, 2009 at 5:46 AM,  <A.Bhattacharya@sungard.com> wrote:
> Hello All,
>
> I am using Postgres 8.3.5 on windows and was using manually VACCUM and
> ANALYZE commands in my scripts but now I have turned on the AutoVaccum
> daemon by changing the postgresql conf file.
>
> Is it fine to do that or should we manually perform vacuum and analyze.
>
> Will it automatically take care of vacuuming the tables and analyzing them?
>
> Any suggestions will be appreciated.

Most of the time autovacuum is fine and can handle all your vacuuming
and analyzing needs no problem.

However, on some very heavy traffic or large sized databases you may
need to tune it so that it keeps up with your needs.

On my production database servers I had to adjust a few settings to
make autovac more aggressive so that it wasn't falling behind.  On all
my other pg instances the default settings are just fine.

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

Предыдущее
От: Rikard Bosnjakovic
Дата:
Сообщение: Re: Auto Vacuum Daemon
Следующее
От: erobles
Дата:
Сообщение: using querys like: 'select table.*'