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.
Дата
Msg-id 1564139731131-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Too slow to create new schema and their tables, functions,triggers.  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: Too slow to create new schema and their tables, functions,triggers.  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Too slow to create new schema and their tables, functions, triggers.  (Luca Ferrari <fluca1978@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: PegoraroF10
Дата:
Сообщение: Re: Too slow to create new schema and their tables, functions,triggers.
Следующее
От: Adrian Ho
Дата:
Сообщение: Re: Running concurrent txns and measuring the timings in Postgres