Re: Second attempt, roll your own autovacuum

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Re: Second attempt, roll your own autovacuum
Дата
Msg-id 45871494.1000800@nwlink.com
обсуждение исходный текст
Ответ на Re: Second attempt, roll your own autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Second attempt, roll your own autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Alvaro Herrera wrote:
> Glen Parker wrote:
>
>> The trouble now is, I don't see how to reset the statistics.  My
>> assumption was that vacuum did it, but that appears to be false.  How
>> does autovacuum do it?  Can I do it with SQL?
>
> Huh, reset what statistics?  Autovacuum does not reset anything.  What
> statistics are you using?  The number of dead tuples _should_ show as
> zero on the stat system after a vacuum, certainly.

pg_stat_user_tables.[n_tup_ins|n_tup_upd|n_tup_del].  Hmm maybe I'm
doing this all wrong then.  Is there a way to find the estimated dead
tuples from SQL, the same number autovacuum looks at?

-Glen


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

Предыдущее
От: "semi-ambivalent"
Дата:
Сообщение: Changes in 8.2's PHP behaviour?
Следующее
От: Lars Heidieker
Дата:
Сообщение: Re: Stored Procedure and Trigger they puzzle me