Hi Reposting my query here Regards Ian From: Ian Dauncey <Ian.Dauncey@xxxxxxxxxxxxxx>
Hi, Just an update on my vacuumlo issue. I did run the vacuumlo against the pg_largeobject table without any issues but afterwards I ran a vacuum full against this table which caused lots of issues. Because the vacuum full takes an exclusive lock (which was my first mistake as I did not stop the applications accessing the database) on the table I had all the applications hanging. The next issue
was it started writing out WAL logs and in the end the file system which housed the Wal logs filled up causing the vacuum to fail. Now the issue I have here is that the vacuum full created a temporary table , and when it crashed this temporary table did not get deleted. I did rerun the vacuum full against the pg_largeobject
table (and yes, I did stop all the applications first). It did complete successfully but it did not drop the previous temporary table. This table is taking close to 100 Gig of disk space. If I backup and restore the database onto a different server this temporary table does not get restored.
My question here is.
Any help will be appreciated
Regards Ian. From: Julien Rouhaud <rjuju123@xxxxxxxxx>
Hi, Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not
the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. |