What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum

Поиск
Список
Период
Сортировка
От Fd Habash
Тема What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum
Дата
Msg-id 5c76a2f0.1c69fb81.a4b54.6182@mx.google.com
обсуждение исходный текст
Ответы Re: What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum  (Justin Pryzby <pryzby@telsasoft.com>)
Re: What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-performance

I have been able to locate four google search results with the same inquiry. What’ve been able to understand is …

 

  1. If auto-vaccum is working as expected, stats collector does not nullify these values as part of a startup sequence or regular Maitenance. If a relation gets auto[vacuumed|analyzed], the timestamps should remain.
  2. A database engine crash or restart with ‘immediate’ option will cause the timestamps to nullify.
  3. Table never qualified for vacuuming based on auto-vacuum settings.

 

I can rule out all three scenarios above, but I still see null values. What else could be at play here?

 

 

 

----------------
Thank you

 

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Query slow for new participants
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum