Re: Autovacuum in the backend

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Autovacuum in the backend
Дата
Msg-id 42B0FB8B.1000600@samurai.com
обсуждение исходный текст
Ответ на Re: Autovacuum in the backend  (Alvaro Herrera <alvherre@surnet.cl>)
Ответы Re: Autovacuum in the backend  (Alvaro Herrera <alvherre@surnet.cl>)
Re: Autovacuum in the backend  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-hackers
Alvaro Herrera wrote:
> One issue I do have to deal with right now is how many autovacuum
> processes do we want to be running.  The current approach is to have one
> autovacuum process.  Two possible options would be to have one per
> database, and one per tablespace.  What do people think?

Why do we need more than one pg_autovacuum process? (Note that this need 
not necessarily imply only one concurrent VACUUM, as you can use 
non-blocking connections in libpq.)

-Neil


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Autovacuum in the backend
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Autovacuum in the backend