Does pg_stat_get_live_tuples() matter?

Поиск
Список
Период
Сортировка
От Sherrylyn Branchaw
Тема Does pg_stat_get_live_tuples() matter?
Дата
Msg-id CAB_myF4K=VFL=VF41k2=qNgTQ=r0AzojmBin=ejVHT9A-wat3A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Does pg_stat_get_live_tuples() matter?
Re: Does pg_stat_get_live_tuples() matter?
Список pgsql-general
If a table has 1.8M rows in reality, yet pg_stat_get_live_tuples() returns 1.8K, does it matter to the performance of the database, as long as pg_class.reltuples is the right order of magnitude?

The query planner seems to use the accurate estimate, but what about the autovacuum daemon? Or anything else?

In short, is pg_stat_get_live_tuples() (and the views that invoke it) used by any built-in tooling, or is it just there for the user to do monitoring?

Thanks,
Sherrylyn

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Transactions
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Does pg_stat_get_live_tuples() matter?