The predicate prevents the optimizer from using indices efficiently [message #684678] |
Fri, 23 July 2021 11:21 |
|
lisyloo12
Messages: 1 Registered: July 2021
|
Junior Member |
|
|
Hi,
We have a badly performing query (sometimes), picking a bad plan index for a query with high cardinality variable value.
I tried tuning advisor but it simply advises a restructure with the advice in the title.
However we reckon the issue is not in that part of the query for example
WHERE variable = <value> # issue is here
and DECODE (blah, blah) = DECODE (blah, blah) # tuning advisor is fixated on this
has anyone come across this issue?
Thanks
|
|
|
|