Tune SQL
Hi,
We are trying to tune some SELECT sentences, and we have two questions:
- Is a SQL with OUTER JOIN operation worse than the same operation without outer join? Why?
- Which condition generates a Hash Join? How can we avoid it?
Thanks,
Lam.
We are trying to tune some SELECT sentences, and we have two questions:
- Is a SQL with OUTER JOIN operation worse than the same operation without outer join? Why?
- Which condition generates a Hash Join? How can we avoid it?
Thanks,
Lam.
0