Re: pg_attribute getting bloated in size

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Artem Tomyuk <admin(at)leboutique(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_attribute getting bloated in size
Date: 2018-12-14 11:29:00
Message-ID: 2b31f655c7696125284523fa06695429f24d79f8.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2018-12-14 12:13:49 Re: pg_attribute getting bloated in size
Previous Message Artem Tomyuk 2018-12-14 10:40:27 pg_attribute getting bloated in size