USE_HASH vs Parallel Hints
542647Oct 25 2010 — edited Oct 25 2010Hi,
I am working on performance of a query. The Earlier Query was using Parallel Hint with Degree 8 which was using lot of CPU utilization. Now I have replaced that with USE_HASH hint. Which one is more expensive. The Parallel Hint was there in 2 tables, but I have used USE_HASH hint on all 8 table which are there in From Clause.
Please tell me which one is expensive out of there 2?