Re: pg_attribute getting bloated in size - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: pg_attribute getting bloated in size
Date
Msg-id 2b31f655c7696125284523fa06695429f24d79f8.camel@cybertec.at
Whole thread Raw
In response to pg_attribute getting bloated in size  (Artem Tomyuk <admin@leboutique.com>)
Responses Re: pg_attribute getting bloated in size  (Ron <ronljohnsonjr@gmail.com>)
List 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 by date:

Previous
From: Artem Tomyuk
Date:
Subject: pg_attribute getting bloated in size
Next
From: Ron
Date:
Subject: Re: pg_attribute getting bloated in size