Better understanding of Postgres Vacuum
TLDR: I run some tests on the Vacuum command. Thought you might find it interesting.
What is Vacuum in Postgres?
When rows are updated or deleted in PostgreSQL, the old versions of those rows are not immediately removed from the database files. Inste...
postgres.hashnode.dev5 min read