Hello,
I'm tuning a database.
I used a tool that indicates me to set up these variables in the InitSID.ora
ALWAYS_SEMI_JOIN = HASH #default value = NESTEED_LOOPS
ALWAYS_ANTI_JOIN = HASH #default value = NESTEED_LOOPS
I did it. But now, it seems that many queries run very slow.
I take an eye in the Oracle doc : these parameters indicates to Oracle what algorythm it has to use.
But in the SQL Reference doc, I only found Equijoins, Self Joins and Outer Joins.
What are semi join and anti join ?
Could someone tell me how set up these parameters ?
Thanks in advance.
Rgds,
Did02
I'm tuning a database.
I used a tool that indicates me to set up these variables in the InitSID.ora
ALWAYS_SEMI_JOIN = HASH #default value = NESTEED_LOOPS
ALWAYS_ANTI_JOIN = HASH #default value = NESTEED_LOOPS
I did it. But now, it seems that many queries run very slow.
I take an eye in the Oracle doc : these parameters indicates to Oracle what algorythm it has to use.
But in the SQL Reference doc, I only found Equijoins, Self Joins and Outer Joins.
What are semi join and anti join ?
Could someone tell me how set up these parameters ?
Thanks in advance.
Rgds,
Did02