Re: Free disk space decreasing after running Vaccum Full

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Sabyasachi Mukherjee <mukherjee(dot)sabyasachi(at)outlook(dot)com>
Cc: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>, Ron Johnson <ronljohnsonjr(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Free disk space decreasing after running Vaccum Full
Date: 2024-06-28 16:14:36
Message-ID: 363CFCD0-C71F-45A3-ACB3-07C0A0E3B9D3@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Perhaps WAL is accumulating from those table rewrites. Could be your WAL settings, and that the WAL will get reused eventually, which is no problem. Could be you have WAL archiving or replication slots, and archiving or replication is broken, and WAL will accumulate until it fills the disk.

That needs to be looked at. But the question still remains as to why you are running VACUUM FULL?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sabyasachi Mukherjee 2024-06-28 16:23:09 Re: Free disk space decreasing after running Vaccum Full
Previous Message Sabyasachi Mukherjee 2024-06-28 16:07:20 Re: Free disk space decreasing after running Vaccum Full