Vacuuming Postgresql has used up disk space

Viewed 931

I have just run Vacuum on a Postgres table to try to recover disk space, however the result is that all the disk space has been consumed. Does Vacuum crete log files or transaction logs that can be deleted?

1 Answers
Related