How do we hint a query to use index in postgre

2021-03-18 Thread Manish Lad



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

2021-03-18 Thread Gaetano Mendola
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  wrote:



-- 
cpp-today.blogspot.com




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

2021-03-18 Thread Manish Lad
Thank you for your response.




On Thu, 18 Mar 2021, 14:46 Gaetano Mendola,  wrote:

> 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 
> wrote:
>
>
>
> --
> cpp-today.blogspot.com
>