Re: Autovacuum

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Autovacuum
Дата
Msg-id 481B29DF.9060706@lelarge.info
обсуждение исходный текст
Ответ на Autovacuum  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Glyn Astill a écrit :
> Using 8.3.1
>
> No matter what I try I've never seen any evidence that autovacuum runs on my system.
>
> I set
>
> autovacuum_vacuum_threshold = 50
>
> Then run a process to do updates on a table, shouldn't autovacuum kick in after 50 updates?
>

Nope, it also depends on the number of rows of your table and on the
configuration of the autovacuum_vacuum_scale_factor parameter.

You should also configure log_autovacuum_min_duration to 0 to see the
autovacuum operations.

Regards.


--
Guillaume.
  http://www.postgresqlfr.org
  http://dalibo.com

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

Предыдущее
От: Volkan YAZICI
Дата:
Сообщение: Swap Space and vm.oom_kill_allocating_task
Следующее
От: Tom Lane
Дата:
Сообщение: Re: clustering without locking