Re: When to vacuum a table? - Mailing list pgsql-performance

From Tom Lane
Subject Re: When to vacuum a table?
Date
Msg-id 19249.1164560766@sss.pgh.pa.us
Whole thread Raw
In response to Re: When to vacuum a table?  ("Craig A. James" <cjames@modgraph-usa.com>)
Responses Re: When to vacuum a table?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
"Craig A. James" <cjames@modgraph-usa.com> writes:
> Is there no real-time garbage collection at all in Postgres?

No.

> And if so, is this because nobody has had time to implement garbage
> collection, or for a more fundamental reason, or because VACUUM is
> seen as sufficient?

If you really want to know, read the mountains of (mostly) junk that
have been written about replacing VACUUM in pgsql-hackers.  The short
answer (with apologies to Winston Churchill) is that VACUUM is the worst
solution, except for all the others that have been suggested.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Craig A. James"
Date:
Subject: Re: When to vacuum a table?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: When to vacuum a table?