Re: Direct particular index use as like oracle

From: Keith <keith(at)keithf4(dot)com>
To: Sathish Reddy <sathishreddy(dot)postgresql(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Direct particular index use as like oracle
Date: 2024-10-11 12:36:57
Message-ID: CAHw75vsoR4fbCwLQcauOZnT8wBDGBOROVKXojNQRygn2iP5N8A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Oct 11, 2024 at 6:59 AM Sathish Reddy <
sathishreddy(dot)postgresql(at)gmail(dot)com> wrote:

> Hi
> We see direct use particular index in oracle.same we are trying to use
> in postgres.but every time we ae getting failed.please help us.
>
>
> Thanks
> Sathish Reddy
>

There are no query hints in Postgres to direct it to use a particular
index. Often it's the query itself that can be tuned to fix this happening
or the ideal plan is actually being used vs the index you think you expect
it should use.

Share the query plan and table structure and people might be able to help
you out more.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2024-10-11 13:09:34 Re: Unknown temp directories and library files
Previous Message Avinash Vallarapu 2024-10-11 12:35:44 Re: Direct particular index use as like oracle