Re: Vacuum Full not clean the table - Mailing list pgsql-admin

From Tom Lane
Subject Re: Vacuum Full not clean the table
Date
Msg-id 3215331.1675796611@sss.pgh.pa.us
Whole thread Raw
In response to Re: Vacuum Full not clean the table  (Erik Serrano <eserranos@gmail.com>)
Responses Re: Vacuum Full not clean the table  (Erik Serrano <eserranos@gmail.com>)
List pgsql-admin
Erik Serrano <eserranos@gmail.com> writes:
> For this reason, I appreciate that you can even guide me to see what is
> happening or could have happened regarding the end of the process without
> the expected result, which is cleaning the table.

If vacuum isn't removing dead tuples, it's because there is an open
transaction somewhere that can still "see" those tuples.  Check for
old open transactions in pg_stat_activity and pg_prepared_xacts.

            regards, tom lane



pgsql-admin by date:

Previous
From: Erik Serrano
Date:
Subject: Re: Vacuum Full not clean the table
Next
From: Erik Serrano
Date:
Subject: Re: Vacuum Full not clean the table