Re: Too slow to create new schema and their tables, functions, triggers. - Mailing list pgsql-general

From Luca Ferrari
Subject Re: Too slow to create new schema and their tables, functions, triggers.
Date
Msg-id CAKoxK+5Ui9=_LJQaQi9JhOheXn=W7eFqpdeH6sLMN2FUomeLbQ@mail.gmail.com
Whole thread Raw
In response to Re: Too slow to create new schema and their tables, functions,triggers.  (PegoraroF10 <marcos@f10.com.br>)
Responses Re: Too slow to create new schema and their tables, functions,triggers.  (PegoraroF10 <marcos@f10.com.br>)
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Too slow to create new schema and their tables, functions,triggers.
Next
From: PegoraroF10
Date:
Subject: Re: Too slow to create new schema and their tables, functions,triggers.