Re: Re: Name for new VACUUM - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Re: Name for new VACUUM
Date
Msg-id 3B6D864B.5348155A@tm.ee
Whole thread Raw
In response to Re: Name for new VACUUM  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: Name for new VACUUM
List pgsql-hackers
Tom Lane wrote:
> 
> mlw <markw@mohawksoft.com> writes:
> > ... people looked at me like I had two heads when I told them about
> > "vacuum." It wasn't obvious to them what it did.
> 
> I won't dispute that, but changing a command name that's been around for
> ten or fifteen years strikes me as a recipe for more confusion, not
> less.
> 
> > However, saying that VACUUM NOLOCK and VACUUM LOCK do "more-or-less
> > the same thing" really isn't so. Think about it, the VACUUM LOCK,
> > practically rebuilds a tables representation,
> 
> It does no such thing.  

Just out of curiosity - does CLUSTER currently "practically rebuild
a tables representation" ?

--------------
Hannu


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Name for new VACUUM
Next
From: Bruce Momjian
Date:
Subject: Re: Idea for nested transactions / savepoints