Re: How do we hint a query to use index in postgre - Mailing list pgsql-performance

From Gaetano Mendola
Subject Re: How do we hint a query to use index in postgre
Date
Msg-id CAJycT5rri39Makb760phQD8myCbyoMeY4n1z7EZ9xn_s0zvmsg@mail.gmail.com
Whole thread Raw
In response to How do we hint a query to use index in postgre  (Manish Lad <manishlad7893@gmail.com>)
Responses Re: How do we hint a query to use index in postgre  (Manish Lad <manishlad7893@gmail.com>)
List 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@gmail.com> wrote:



-- 
cpp-today.blogspot.com



pgsql-performance by date:

Previous
From: Manish Lad
Date:
Subject: How do we hint a query to use index in postgre
Next
From: Manish Lad
Date:
Subject: Re: How do we hint a query to use index in postgre