Re: doc: vacuum full, fillfactor, and "extra space" - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: doc: vacuum full, fillfactor, and "extra space"
Date
Msg-id CAA4eK1+TiNj8kBs=Bh8AZS=WeCpnwgwVL-ry_0n6O9k+iarJ4Q@mail.gmail.com
Whole thread Raw
In response to Re: doc: vacuum full, fillfactor, and "extra space"  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: doc: vacuum full, fillfactor, and "extra space"  (David Steele <david@pgmasters.net>)
List pgsql-hackers
On Wed, Jan 29, 2020 at 9:10 PM Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
>
> On 2020-01-20 06:30, Justin Pryzby wrote:
> > Rebased against 40d964ec997f64227bc0ff5e058dc4a5770a70a9
>
> I'm not sure that description of parallel vacuum in the middle of
> non-full vs. full vacuum is actually that good.
>

I have done like that because parallel vacuum is the default.  I mean
when the user runs vacuum command, it will invoke workers to perform
index cleanup based on some conditions.

>  I think those sentences
> should be moved to a separate paragraph.
>

It seems more natural to me to add immediately after vacuum
explanation, but I might be wrong.  After the above explanation, if
you still think it is better to move into a separate paragraph, I can
do that.


-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: ccache is required by postgresql12-devel RPM
Next
From: Dilip Kumar
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions