Hi ,
I have query in IQ 15.4 , whose execution time varies based on column’s cardinality
value in where condition.
SELECT **** FROM
****** , PACKAGE t10 WHERE
**** AND
t10.PORTFOLIO_ID = 2 -- The execution time is less than 2 minutes
The same query in below change in values
t10.PORTFOLIO_ID = 1 -- The execution time is more than 10 minutes .
Cardinality details :

I tired both HG index and LF index , no improvement in query performance of lesser cardinality. Is there anything more needs to be done to improve the performance?
Thanks in advance
Regards ,
Sathish J
--
You received this message because you are subscribed to the Google Groups "iqug" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqug+uns...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--