Re: Autovacuum in the backend

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Autovacuum in the backend
Дата
Msg-id d8of71$2u5p$1@news.hub.org
обсуждение исходный текст
Ответ на Autovacuum in the backend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Autovacuum in the backend
Список pgsql-hackers
"Neil Conway" <neilc@samurai.com> writes
>
> Wasn't the plan to rewrite pg_autovacuum to use the FSM rather than the
> stats collector?
>

I don't understand. Currently the basic logic of pg_autovacuum is to use the
pg_stat_all_tables numbers like n_tup_upd, n_tup_del to determine if a
relation need to be vacuumed. How to use FSM to get these information?

Regards,
Qingqing




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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Autovacuum in the backend
Следующее
От: Yann Michel
Дата:
Сообщение: Re: User Quota Implementation