Re: pg_attribute getting bloated in size

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: pg_attribute getting bloated in size
Дата
Msg-id 2b31f655c7696125284523fa06695429f24d79f8.camel@cybertec.at
обсуждение исходный текст
Ответ на pg_attribute getting bloated in size  (Artem Tomyuk <admin@leboutique.com>)
Ответы Re: pg_attribute getting bloated in size  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Artem Tomyuk wrote:
> Why autovacuum cant delete those rows?

Either long running transactions (check pg_stat_activity)
or prepared transactions (check pg_prepared_xacts)
or stale replication slots (check pg_replication_slots).

> What is the main reason that pg_attribute getting bloated?

Creating and dropping many (maybe temporary) tables.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: Artem Tomyuk
Дата:
Сообщение: pg_attribute getting bloated in size
Следующее
От: Ron
Дата:
Сообщение: Re: pg_attribute getting bloated in size