Hi All,
I have a table that uses 3 inner/outer joins to create some reports. I have been tasked to speed this up due to load on the system as the original query takes about 4 minutes to run.
Will a mutli column index based on the columns in the where clause speed things up? Or should I look at taking the query apart and run separate queries for the individual joins?
Bastien
Cat, the other other white meat
I have a table that uses 3 inner/outer joins to create some reports. I have been tasked to speed this up due to load on the system as the original query takes about 4 minutes to run.
Will a mutli column index based on the columns in the where clause speed things up? Or should I look at taking the query apart and run separate queries for the individual joins?
Bastien
Cat, the other other white meat