Re: Diagnosing a massive toast file - Mailing list pgsql-admin

From Tom Lane
Subject Re: Diagnosing a massive toast file
Date
Msg-id 27376.1565025867@sss.pgh.pa.us
Whole thread Raw
In response to Re: Diagnosing a massive toast file  (Wells Oliver <wells.oliver@gmail.com>)
Responses Re: Diagnosing a massive toast file
List pgsql-admin
Wells Oliver <wells.oliver@gmail.com> writes:
> As a follow up, n_dead_tup from pg_stat_sys_tables for this TOAST table is
> 7447444, live tuples, 623982, and tup_del 20823469. vacuum_count is 0.

> Why can't I free those rows up?

Old open transaction somewhere (possibly a prepared transaction?).
Or a replication slot that's holding back the xmin horizon due to
not keeping up.

            regards, tom lane



pgsql-admin by date:

Previous
From: Ron
Date:
Subject: Re: Diagnosing a massive toast file
Next
From: Wells Oliver
Date:
Subject: Re: Diagnosing a massive toast file