Re: Postgres Specific issue

From: Jeremy Schneider <schneider(at)ardentperf(dot)com>
To: John Fak <johnfak75(at)gmail(dot)com>
Cc: lalbin(at)scharp(dot)org, seapug(at)postgresql(dot)org
Subject: Re: Postgres Specific issue
Date: 2024-04-28 15:59:56
Message-ID: CA+fnDAYWvGexaAqhX499EnFsN6cWa2E-Xk-dZhmmqeW7ULyEog@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: seapug

Do I understand correctly that the core problem is trying to override the
plan for a specific SQL, wanting to use the hint table so that the SQL text
itself doesn't need to be changed, but the values that have been tried in
the hint table haven't changed the plan yet for the SQL which is executed
later?

Do you have a simplified set of steps that someone else could run, which
demonstrate the problem? Like some statements to create a dummy table and
then create a hint table entry which "should" work and then running a query
that is not impacted by the hint?

-Jeremy

In response to

Responses

Browse seapug by date

  From Date Subject
Next Message John Fak 2024-04-28 18:35:21 Re: Postgres Specific issue
Previous Message John Fak 2024-04-26 17:14:41 Re: Postgres Specific issue