vacuum full is not reclaiming the space and showing non-removable rows

From: rajan <vgmonnet(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: vacuum full is not reclaiming the space and showing non-removable rows
Date: 2016-11-18 12:00:49
Message-ID: 1479470449084-5930937.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

vacuum full verbose chnges_23_21;
INFO: vacuuming "public.chnges_23_21"
INFO: "chnges_23_21": found 0 removable, 8602500 nonremovable row versions
in 88699 pages
DETAIL: 8436850 dead row versions cannot be removed yet.
CPU 0.61s/3.38u sec elapsed 5.45 sec.
VACUUM

We deleted(using a delete query) a lot of rows from the above table and did
a vacuum full. But we are not able to reclaim the space(occupied by this
table) and the result is showing that there are nonremovable rows.

Can anyone help on how it can be fixed?

-----
--
Thanks,
Rajan.
--
View this message in context: http://postgresql.nabble.com/vacuum-full-is-not-reclaiming-the-space-and-showing-non-removable-rows-tp5930937.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Kellerer 2016-11-18 13:01:31 Re: Why are a lot of ROLLBACK queries in idle state
Previous Message rajan 2016-11-18 11:56:03 Re: Why are a lot of ROLLBACK queries in idle state