F
Francis
Hi all
I need to inner join 2 large tables (Millions) of records.
I've introduced indexes on the filter columns and the performance is
improved to 50-60 secs.
However, the CPU utilization of all 4 processors peaked at 100% and remained
constant until the results are returned.
I've tried indexed views and nested selects but none are improving the
performance.
Is there a better way to optimise?
Thanks in advance!
Regards,
Francis
I need to inner join 2 large tables (Millions) of records.
I've introduced indexes on the filter columns and the performance is
improved to 50-60 secs.
However, the CPU utilization of all 4 processors peaked at 100% and remained
constant until the results are returned.
I've tried indexed views and nested selects but none are improving the
performance.
Is there a better way to optimise?
Thanks in advance!
Regards,
Francis