Re: [HACKERS] GUC for cleanup indexes threshold.

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: Darafei Praliaskouski <me(at)komzpa(dot)net>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, Peter Geoghegan <pg(at)bowt(dot)ie>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, David Steele <david(at)pgmasters(dot)net>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, "Ideriha, Takeshi" <ideriha(dot)takeshi(at)jp(dot)fujitsu(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Kuntal Ghosh <kuntalghosh(dot)2007(at)gmail(dot)com>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: [HACKERS] GUC for cleanup indexes threshold.
Date: 2018-06-19 09:25:00
Message-ID: CAD21AoCnsFhCtyQ4BVVYSQPvk+kXVjngxds2tzJ-cLRHuUVDvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 19, 2018 at 5:43 PM, Alexander Korotkov
<a(dot)korotkov(at)postgrespro(dot)ru> wrote:
> On Tue, Jun 19, 2018 at 11:34 AM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
>> On Mon, Jun 18, 2018 at 1:56 PM, Alexander Korotkov
>> > So, I'm proposing to raise maximum valus of
>> > vacuum_cleanup_index_scale_factor to DBL_MAX. Any objections?
>> >
>>
>> I agree to expand the maximum value. But if users don't want index
>> cleanup it would be helpful if we have an option (e.g. setting to -1)
>> to disable index cleanup while documenting a risk of disabling index
>> cleanup. It seems to me that setting very high values means the same
>> purpose.
>
> Yes, providing an option to completely disable b-tree index cleanup
> would be good. But the problem is that we already use -1 value for
> "use the default" in reloption. So, if even we will make -1 guc
> option to mean "never cleanup", then we still wouldn't be able to make
> reloption to work this way. Probably, we should use another "magical
> value" in reloption for "use the default" semantics.

Right. We can add a new reloption specifying whether we use default
value of vacuum_index_cleanup_scale_factor or not but it might be
overkill.

>
>> Also, your patch lacks documentation update.
>
> Good catch, thank you.
>
>> BTW, I realized that postgresql.conf.sample doesn't have
>> vacuum_cleanup_index_scale_factor option. Attached patch fixes it.
>
> It seems that you post a wrong attachment, because the patch you sent
> is exactly same as mine.
>

Sorry, attached correct one.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
skip_cleanup_index.patch text/x-patch 609 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2018-06-19 09:33:06 Re: [WIP] [B-Tree] Retail IndexTuple deletion
Previous Message Hans Buschmann 2018-06-19 09:24:53 Possible Spinlock impact of highly increased latency of PAUSE instruction on Skylake