Re: Getting relevant table value as pertains to autovacuum_analyze_scale_factor (and vacuum scale factor)?

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Getting relevant table value as pertains to autovacuum_analyze_scale_factor (and vacuum scale factor)?
Дата
Msg-id fd6781467e16402b2f63ca12027a9c4e2de59b19.camel@cybertec.at
обсуждение исходный текст
Ответ на Getting relevant table value as pertains to autovacuum_analyze_scale_factor (and vacuum scale factor)?  (Wells Oliver <wells.oliver@gmail.com>)
Список pgsql-admin
On Mon, 2021-02-15 at 16:05 -0800, Wells Oliver wrote:
> Where can I pull this from? I am guessing it's just number of dead tuples / row count,
>  but Im not exactly sure. Would like to show these factors per relation in an overall view I have.

The row count of the table is taken from pg_class.reltuples, and the number
of dead tuples is taken from the "pg_stat_get_dead_tuples" function.

Note that the autovacuum parameters can be overridden by storage parameters
on the table.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




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

Предыдущее
От: Wells Oliver
Дата:
Сообщение: Getting relevant table value as pertains to autovacuum_analyze_scale_factor (and vacuum scale factor)?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_baseback could not connect in AWS linux 2