Re: get_actual_variable_range vs idx_scan/idx_tup_fetch, again

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: get_actual_variable_range vs idx_scan/idx_tup_fetch, again
Date: 2018-03-05 15:12:59
Message-ID: CAL9smLCSS_aPAeYZZP9aR8Rw-F3VdJXEyuPz1EsxPUe_aSgCSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 5, 2018 at 5:08 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Marko Tiikkaja <marko(at)joh(dot)to> writes:
> > So I'm in the same pickle again. According to pg_stat_user_indexes an
> > index is being used all the time. However, it's only being used by
> > mergejoinscansel() to compare these two plans:
>
> If it's not being used otherwise, could you drop it?
>

Yes. I want to drop it, as I think it's useless, but it's hard to be 100%
sure.

> > I think it would be really important to have a way to turn off
> > get_actual_variable_range() for a specific index during runtime. Would
> a C
> > level hook be acceptable for this?
>
> You haven't really made a case for why you (or anyone else) should care.
> As long as the planner makes the right choice, having investigated a wrong
> choice doesn't seem like a bug to me.
>

Because I'm certain the planner would make the right choice even without
the index, and I want it gone.

.m

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2018-03-05 15:21:20 Re: Re: WIP Patch: Pgbench Serialization and deadlock errors
Previous Message Claudio Freire 2018-03-05 15:11:32 Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently