Re: How do we hint a query to use index in postgre

From: Gaetano Mendola <mendola(at)gmail(dot)com>
To: Manish Lad <manishlad7893(at)gmail(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: How do we hint a query to use index in postgre
Date: 2021-03-18 09:15:58
Message-ID: CAJycT5rri39Makb760phQD8myCbyoMeY4n1z7EZ9xn_s0zvmsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

There is not such functionality, you can enable/disable special joins,
or update statistics to drive the engine to use the most appropriate
one.

On Thu, Mar 18, 2021 at 10:14 AM Manish Lad <manishlad7893(at)gmail(dot)com> wrote:

--
cpp-today.blogspot.com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Manish Lad 2021-03-18 09:37:17 Re: How do we hint a query to use index in postgre
Previous Message Manish Lad 2021-03-18 09:14:23 How do we hint a query to use index in postgre