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

From PegoraroF10
Subject Re: Too slow to create new schema and their tables, functions,triggers.
Date
Msg-id 1564139731131-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Too slow to create new schema and their tables, functions,triggers.  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Too slow to create new schema and their tables, functions,triggers.
Re: Too slow to create new schema and their tables, functions, triggers.
List pgsql-general
select count(*), count(*) filter (where last_autovacuum is not null) from
pg_stat_all_tables
count    count
36605    1178

But what tables should I see if vacuum ran on it ?



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



pgsql-general by date:

Previous
From: PegoraroF10
Date:
Subject: Re: Too slow to create new schema and their tables, functions,triggers.
Next
From: Adrian Ho
Date:
Subject: Re: Running concurrent txns and measuring the timings in Postgres