Re: Autovacuum in the backend - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Autovacuum in the backend
Date
Msg-id d8of71$2u5p$1@news.hub.org
Whole thread Raw
In response to Autovacuum in the backend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Autovacuum in the backend
List 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 by date:

Previous
From: Neil Conway
Date:
Subject: Re: Autovacuum in the backend
Next
From: Yann Michel
Date:
Subject: Re: User Quota Implementation