Re: Too slow to create new schema and their tables, functions, triggers.

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Too slow to create new schema and their tables, functions, triggers.
Дата
Msg-id CAKoxK+5Ui9=_LJQaQi9JhOheXn=W7eFqpdeH6sLMN2FUomeLbQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Too slow to create new schema and their tables, functions,triggers.  (PegoraroF10 <marcos@f10.com.br>)
Ответы Re: Too slow to create new schema and their tables, functions,triggers.  (PegoraroF10 <marcos@f10.com.br>)
Список pgsql-general
On Fri, Jul 26, 2019 at 1:15 PM PegoraroF10 <marcos@f10.com.br> wrote:
>
> select count(*), count(*) filter (where last_autovacuum is not null) from
> pg_stat_all_tables
> count   count
> 36605   1178
>

What are the results of the same query against pg_stat_sys_tables and
pg_stat_user_tables? That's would help understanding which set of
tables are not being vacuumed.

Luca



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Too slow to create new schema and their tables, functions,triggers.
Следующее
От: PegoraroF10
Дата:
Сообщение: Re: Too slow to create new schema and their tables, functions,triggers.