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

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Too slow to create new schema and their tables, functions, triggers.
Date: 2019-07-26 11:15:31
Message-ID: 1564139731131-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Ho 2019-07-26 14:13:50 Re: Running concurrent txns and measuring the timings in Postgres
Previous Message PegoraroF10 2019-07-26 11:08:12 Re: Too slow to create new schema and their tables, functions, triggers.